STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
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) |
#define CAN_ErrorCode_ACKErr ((uint8_t)0x30) |
Acknowledgment Error
#define CAN_ErrorCode_BitDominantErr ((uint8_t)0x50) |
Bit Dominant Error
#define CAN_ErrorCode_BitRecessiveErr ((uint8_t)0x40) |
Bit Recessive Error
#define CAN_ErrorCode_CRCErr ((uint8_t)0x60) |
CRC Error
#define CAN_ErrorCode_FormErr ((uint8_t)0x20) |
Form Error
#define CAN_ErrorCode_NoErr ((uint8_t)0x00) |
No Error
#define CAN_ErrorCode_SoftwareSetErr ((uint8_t)0x70) |
Software Set Error
#define CAN_ErrorCode_StuffErr ((uint8_t)0x10) |
Stuff Error