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