STM32H735xx HAL User Manual
Defines
FDCAN timestamp
FDCAN Exported Constants

Defines

#define FDCAN_TIMESTAMP_INTERNAL   ((uint32_t)0x00000001U)
#define FDCAN_TIMESTAMP_EXTERNAL   ((uint32_t)0x00000002U)

Define Documentation

#define FDCAN_TIMESTAMP_EXTERNAL   ((uint32_t)0x00000002U)

External timestamp counter value used

Definition at line 1252 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ResetTimestampCounter().

#define FDCAN_TIMESTAMP_INTERNAL   ((uint32_t)0x00000001U)

Timestamp counter value incremented according to TCP

Definition at line 1251 of file stm32h7xx_hal_fdcan.h.