STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | CAN_InitStatus_Failed ((uint8_t)0x00) |
#define | CAN_InitStatus_Success ((uint8_t)0x01) |
#define | CAN_Sleep_Failed ((uint8_t)0x00) |
#define | CAN_Sleep_Ok ((uint8_t)0x01) |
#define CAN_InitStatus_Failed ((uint8_t)0x00) |
CAN initialization failed
Definition at line 212 of file stm32f10x_can.h.
#define CAN_InitStatus_Success ((uint8_t)0x01) |
CAN initialization OK
Definition at line 213 of file stm32f10x_can.h.
#define CAN_Sleep_Failed ((uint8_t)0x00) |
CAN did not enter the sleep mode
Definition at line 462 of file stm32f10x_can.h.
#define CAN_Sleep_Ok ((uint8_t)0x01) |
CAN entered the sleep mode
Definition at line 463 of file stm32f10x_can.h.