STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define HAL_CAN_ERROR_NONE   0x00U
 
#define HAL_CAN_ERROR_EWG   0x01U
 
#define HAL_CAN_ERROR_EPV   0x02U
 
#define HAL_CAN_ERROR_BOF   0x04U
 
#define HAL_CAN_ERROR_STF   0x08U
 
#define HAL_CAN_ERROR_FOR   0x10U
 
#define HAL_CAN_ERROR_ACK   0x20U
 
#define HAL_CAN_ERROR_BR   0x40U
 
#define HAL_CAN_ERROR_BD   0x80U
 
#define HAL_CAN_ERROR_CRC   0x100U
 

Detailed Description

Macro Definition Documentation

#define HAL_CAN_ERROR_ACK   0x20U

Acknowledgment error

Definition at line 257 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_BD   0x80U

LEC dominant

Definition at line 259 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_BOF   0x04U

BOF error

Definition at line 254 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_BR   0x40U

Bit recessive

Definition at line 258 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_CRC   0x100U

LEC transfer error

Definition at line 260 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_EPV   0x02U

EPV error

Definition at line 253 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_EWG   0x01U

EWG error

Definition at line 252 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_FOR   0x10U

Form error

Definition at line 256 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_NONE   0x00U

No error

Definition at line 251 of file stm32f7xx_hal_can.h.

#define HAL_CAN_ERROR_STF   0x08U

Stuff error

Definition at line 255 of file stm32f7xx_hal_can.h.