|
STM32H735xx HAL User Manual
|
Defines | |
| #define | FDCAN_MODE_NORMAL ((uint32_t)0x00000000U) |
| #define | FDCAN_MODE_RESTRICTED_OPERATION ((uint32_t)0x00000001U) |
| #define | FDCAN_MODE_BUS_MONITORING ((uint32_t)0x00000002U) |
| #define | FDCAN_MODE_INTERNAL_LOOPBACK ((uint32_t)0x00000003U) |
| #define | FDCAN_MODE_EXTERNAL_LOOPBACK ((uint32_t)0x00000004U) |
| #define FDCAN_MODE_BUS_MONITORING ((uint32_t)0x00000002U) |
Bus Monitoring mode
Definition at line 848 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_Init().
| #define FDCAN_MODE_EXTERNAL_LOOPBACK ((uint32_t)0x00000004U) |
External LoopBack mode
Definition at line 850 of file stm32h7xx_hal_fdcan.h.
| #define FDCAN_MODE_INTERNAL_LOOPBACK ((uint32_t)0x00000003U) |
Internal LoopBack mode
Definition at line 849 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_Init().
| #define FDCAN_MODE_NORMAL ((uint32_t)0x00000000U) |
| #define FDCAN_MODE_RESTRICTED_OPERATION ((uint32_t)0x00000001U) |
Restricted Operation mode
Definition at line 847 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_Init().
1.7.6.1