STM32H735xx HAL User Manual
|
Defines | |
#define | FDCAN_PROTOCOL_ERROR_NONE ((uint32_t)0x00000000U) |
#define | FDCAN_PROTOCOL_ERROR_STUFF ((uint32_t)0x00000001U) |
#define | FDCAN_PROTOCOL_ERROR_FORM ((uint32_t)0x00000002U) |
#define | FDCAN_PROTOCOL_ERROR_ACK ((uint32_t)0x00000003U) |
#define | FDCAN_PROTOCOL_ERROR_BIT1 ((uint32_t)0x00000004U) |
#define | FDCAN_PROTOCOL_ERROR_BIT0 ((uint32_t)0x00000005U) |
#define | FDCAN_PROTOCOL_ERROR_CRC ((uint32_t)0x00000006U) |
#define | FDCAN_PROTOCOL_ERROR_NO_CHANGE ((uint32_t)0x00000007U) |
#define FDCAN_PROTOCOL_ERROR_ACK ((uint32_t)0x00000003U) |
Acknowledge error
Definition at line 1181 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_BIT0 ((uint32_t)0x00000005U) |
Bit 0 (dominant) error
Definition at line 1183 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_BIT1 ((uint32_t)0x00000004U) |
Bit 1 (recessive) error
Definition at line 1182 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_CRC ((uint32_t)0x00000006U) |
CRC check sum error
Definition at line 1184 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_FORM ((uint32_t)0x00000002U) |
Form error
Definition at line 1180 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_NO_CHANGE ((uint32_t)0x00000007U) |
No change since last read
Definition at line 1185 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_NONE ((uint32_t)0x00000000U) |
No error occurred
Definition at line 1178 of file stm32h7xx_hal_fdcan.h.
#define FDCAN_PROTOCOL_ERROR_STUFF ((uint32_t)0x00000001U) |
Stuff error
Definition at line 1179 of file stm32h7xx_hal_fdcan.h.