STM32L443xx 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 198 of file stm32l4xx_ll_spi.h.
#define LL_SPI_MSB_FIRST 0x00000000U |
Data is transmitted/received with the MSB first
Definition at line 199 of file stm32l4xx_ll_spi.h.
Referenced by LL_SPI_StructInit().