Defines | |
| #define | SPI_Direction_Rx ((uint16_t)0xBFFF) |
| #define | SPI_Direction_Tx ((uint16_t)0x4000) |
| #define | IS_SPI_DIRECTION(DIRECTION) |
| #define SPI_Direction_Rx ((uint16_t)0xBFFF) |
| #define SPI_Direction_Tx ((uint16_t)0x4000) |
| #define IS_SPI_DIRECTION | ( | DIRECTION | ) |
(((DIRECTION) == SPI_Direction_Rx) || \ ((DIRECTION) == SPI_Direction_Tx))