STM32H735xx HAL User Manual
Defines
FDCAN TT Stop Watch Trigger Selection
FDCAN Exported Constants

Defines

#define FDCAN_TT_STOP_WATCH_TRIGGER_0   ((uint32_t)0x00000000U)
#define FDCAN_TT_STOP_WATCH_TRIGGER_1   ((uint32_t)0x00000001U)
#define FDCAN_TT_STOP_WATCH_TRIGGER_2   ((uint32_t)0x00000002U)
#define FDCAN_TT_STOP_WATCH_TRIGGER_3   ((uint32_t)0x00000003U)

Define Documentation

#define FDCAN_TT_STOP_WATCH_TRIGGER_0   ((uint32_t)0x00000000U)

TIM2 selected as stop watch trigger

Definition at line 1441 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_TT_STOP_WATCH_TRIGGER_1   ((uint32_t)0x00000001U)

TIM3 selected as stop watch trigger

Definition at line 1442 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_TT_STOP_WATCH_TRIGGER_2   ((uint32_t)0x00000002U)

ETH selected as stop watch trigger

Definition at line 1443 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_TT_STOP_WATCH_TRIGGER_3   ((uint32_t)0x00000003U)

HRTIM selected as stop watch trigger

Definition at line 1444 of file stm32h7xx_hal_fdcan.h.