Macros | |
#define | HAL_CAN_ERROR_ACK 0x00000020U |
#define | HAL_CAN_ERROR_BD 0x00000080U |
#define | HAL_CAN_ERROR_BOF 0x00000004U |
#define | HAL_CAN_ERROR_BR 0x00000040U |
#define | HAL_CAN_ERROR_CRC 0x00000100U |
#define | HAL_CAN_ERROR_EPV 0x00000002U |
#define | HAL_CAN_ERROR_EWG 0x00000001U |
#define | HAL_CAN_ERROR_FOR 0x00000010U |
#define | HAL_CAN_ERROR_FOV0 0x00000200U |
#define | HAL_CAN_ERROR_FOV1 0x00000400U |
#define | HAL_CAN_ERROR_NONE 0x00000000U |
#define | HAL_CAN_ERROR_STF 0x00000008U |
#define | HAL_CAN_ERROR_TXFAIL 0x00000800U |
#define HAL_CAN_ERROR_ACK 0x00000020U |
Acknowledgment error
Definition at line 261 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_BD 0x00000080U |
LEC dominant
Definition at line 263 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_BOF 0x00000004U |
BOF error
Definition at line 258 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_BR 0x00000040U |
Bit recessive
Definition at line 262 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_CRC 0x00000100U |
LEC transfer error
Definition at line 264 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_EPV 0x00000002U |
EPV error
Definition at line 257 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_EWG 0x00000001U |
EWG error
Definition at line 256 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_FOR 0x00000010U |
Form error
Definition at line 260 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_FOV0 0x00000200U |
FIFO0 overrun error
Definition at line 265 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_FOV1 0x00000400U |
FIFO1 overrun error
Definition at line 266 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_NONE 0x00000000U |
No error
Definition at line 255 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_STF 0x00000008U |
Stuff error
Definition at line 259 of file stm32f7xx_hal_can_legacy.h.
#define HAL_CAN_ERROR_TXFAIL 0x00000800U |
Transmit failure
Definition at line 267 of file stm32f7xx_hal_can_legacy.h.