CARME-M4 BSP  V1.5
+ Collaboration diagram for CAN_Error_Code_constants:

Macros

#define CAN_ErrorCode_NoErr   ((uint8_t)0x00)
 
#define CAN_ErrorCode_StuffErr   ((uint8_t)0x10)
 
#define CAN_ErrorCode_FormErr   ((uint8_t)0x20)
 
#define CAN_ErrorCode_ACKErr   ((uint8_t)0x30)
 
#define CAN_ErrorCode_BitRecessiveErr   ((uint8_t)0x40)
 
#define CAN_ErrorCode_BitDominantErr   ((uint8_t)0x50)
 
#define CAN_ErrorCode_CRCErr   ((uint8_t)0x60)
 
#define CAN_ErrorCode_SoftwareSetErr   ((uint8_t)0x70)
 

Detailed Description

Macro Definition Documentation

#define CAN_ErrorCode_ACKErr   ((uint8_t)0x30)

Acknowledgment Error

Definition at line 477 of file stm32f4xx_can.h.

#define CAN_ErrorCode_BitDominantErr   ((uint8_t)0x50)

Bit Dominant Error

Definition at line 479 of file stm32f4xx_can.h.

#define CAN_ErrorCode_BitRecessiveErr   ((uint8_t)0x40)

Bit Recessive Error

Definition at line 478 of file stm32f4xx_can.h.

#define CAN_ErrorCode_CRCErr   ((uint8_t)0x60)

CRC Error

Definition at line 480 of file stm32f4xx_can.h.

#define CAN_ErrorCode_FormErr   ((uint8_t)0x20)

Form Error

Definition at line 476 of file stm32f4xx_can.h.

#define CAN_ErrorCode_NoErr   ((uint8_t)0x00)

No Error

Definition at line 474 of file stm32f4xx_can.h.

#define CAN_ErrorCode_SoftwareSetErr   ((uint8_t)0x70)

Software Set Error

Definition at line 481 of file stm32f4xx_can.h.

#define CAN_ErrorCode_StuffErr   ((uint8_t)0x10)

Stuff Error

Definition at line 475 of file stm32f4xx_can.h.