|
RTEMS CAN/CAN FD Stack
|
This file is part of CTU CAN FD core driver implementation. More...
#include "ctucanfd_internal.h"

Go to the source code of this file.
Macros | |
| #define | TXT_DONE 0x4 |
| #define | TXT_BF 4 |
| #define | TXT_MASK 0xf |
| #define | TXT_ANY_DONE |
| #define | TXTB_GET_STATUS(status, id) ( ( status >> ( id * TXT_BF ) ) & TXT_MASK ) |
| #define | TXB_BF 4 |
| #define | TXB_MASK 0xf |
| #define | TXB_ALL 0xffffffff |
| #define | TXB_SH(idx) ( idx * TXB_BF ) |
This file is part of CTU CAN FD core driver implementation.
| #define TXT_ANY_DONE |