STM32H735xx HAL User Manual
Defines
FDCAN TT Stop Watch Polarity
FDCAN Exported Constants

Defines

#define FDCAN_TT_STOP_WATCH_RISING   ((uint32_t)0x00000000U)
#define FDCAN_TT_STOP_WATCH_FALLING   ((uint32_t)0x00000004U)

Define Documentation

#define FDCAN_TT_STOP_WATCH_FALLING   ((uint32_t)0x00000004U)

Selected stop watch source is captured at falling edge of fdcan1_swt

Definition at line 1475 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_TT_STOP_WATCH_RISING   ((uint32_t)0x00000000U)

Selected stop watch source is captured at rising edge of fdcan1_swt

Definition at line 1474 of file stm32h7xx_hal_fdcan.h.