STM32H735xx HAL User Manual
|
Defines | |
#define | FDCAN_FRAME_CLASSIC ((uint32_t)0x00000000U) |
#define | FDCAN_FRAME_FD_NO_BRS ((uint32_t)FDCAN_CCCR_FDOE) |
#define | FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) |
#define FDCAN_FRAME_CLASSIC ((uint32_t)0x00000000U) |
Classic mode
Definition at line 836 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_FRAME_FD_BRS ((uint32_t)(FDCAN_CCCR_FDOE | FDCAN_CCCR_BRSE)) |
FD mode with BitRate Switching
Definition at line 838 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_Init().
#define FDCAN_FRAME_FD_NO_BRS ((uint32_t)FDCAN_CCCR_FDOE) |
FD mode without BitRate Switching
Definition at line 837 of file stm32h7xx_hal_fdcan.h.