STM32H735xx HAL User Manual
Defines
FDCAN TT Event Trigger Polarity
FDCAN Exported Constants

Defines

#define FDCAN_TT_EVT_TRIG_POL_RISING   ((uint32_t)0x00000000U)
#define FDCAN_TT_EVT_TRIG_POL_FALLING   ((uint32_t)FDCAN_TTOCF_EVTP)

Define Documentation

#define FDCAN_TT_EVT_TRIG_POL_FALLING   ((uint32_t)FDCAN_TTOCF_EVTP)

Falling edge trigger

Definition at line 1409 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_TT_EVT_TRIG_POL_RISING   ((uint32_t)0x00000000U)

Rising edge trigger

Definition at line 1408 of file stm32h7xx_hal_fdcan.h.