|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_SPI_LSB_FIRST (SPI_CR1_LSBFIRST) |
| #define | LL_SPI_MSB_FIRST 0x00000000U |
| #define LL_SPI_LSB_FIRST (SPI_CR1_LSBFIRST) |
Data is transmitted/received with the LSB first
Definition at line 199 of file stm32f4xx_ll_spi.h.
| #define LL_SPI_MSB_FIRST 0x00000000U |
Data is transmitted/received with the MSB first
Definition at line 200 of file stm32f4xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
1.7.6.1