libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | FDCAN_E_OK 0 |
No error. More... | |
#define | FDCAN_E_OUTOFRANGE -1 |
Value provided was out of range. More... | |
#define | FDCAN_E_TIMEOUT -2 |
Timeout waiting for FDCAN block to accept INIT bit change. More... | |
#define | FDCAN_E_INVALID -3 |
Value provided was invalid (FIFO index, FDCAN block base address, length, etc.) More... | |
#define | FDCAN_E_BUSY -4 |
Device is busy: Transmit buffer is full, unable to queue additional message or device is outside of INIT mode and cannot perform desired operation. More... | |
#define | FDCAN_E_NOTAVAIL -5 |
Receive buffer is empty, unable to read any new message. More... | |
#define FDCAN_E_BUSY -4 |
#define FDCAN_E_INVALID -3 |
#define FDCAN_E_NOTAVAIL -5 |
#define FDCAN_E_OK 0 |
#define FDCAN_E_OUTOFRANGE -1 |