STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#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) |
#define CAN_ErrorCode_ACKErr ((uint8_t)0x30) |
Acknowledgment Error
Definition at line 488 of file stm32f10x_can.h.
#define CAN_ErrorCode_BitDominantErr ((uint8_t)0x50) |
Bit Dominant Error
Definition at line 490 of file stm32f10x_can.h.
#define CAN_ErrorCode_BitRecessiveErr ((uint8_t)0x40) |
Bit Recessive Error
Definition at line 489 of file stm32f10x_can.h.
#define CAN_ErrorCode_CRCErr ((uint8_t)0x60) |
CRC Error
Definition at line 491 of file stm32f10x_can.h.
#define CAN_ErrorCode_FormErr ((uint8_t)0x20) |
Form Error
Definition at line 487 of file stm32f10x_can.h.
#define CAN_ErrorCode_NoErr ((uint8_t)0x00) |
No Error
Definition at line 485 of file stm32f10x_can.h.
#define CAN_ErrorCode_SoftwareSetErr ((uint8_t)0x70) |
Software Set Error
Definition at line 492 of file stm32f10x_can.h.
#define CAN_ErrorCode_StuffErr ((uint8_t)0x10) |
Stuff Error
Definition at line 486 of file stm32f10x_can.h.