|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Macros | |
| #define | SPI_CR1_MSBFIRST (0 << 7) |
| #define | SPI_CR1_LSBFIRST (1 << 7) |
| #define SPI_CR1_LSBFIRST (1 << 7) |
Definition at line 148 of file spi_common_all.h.
| #define SPI_CR1_MSBFIRST (0 << 7) |
Definition at line 147 of file spi_common_all.h.