HAL + 0/1 examples
CodeScope will show references to LL_SPI_MSB_FIRST from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
SPI
 
Symbols
loading...
Files
loading...

LL_SPI_MSB_FIRST macro

Data is transmitted/received with the MSB first

Syntax

#define LL_SPI_MSB_FIRST 0x00000000U

Examples

LL_SPI_MSB_FIRST is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_spi.h:199
#define LL_SPI_MSB_FIRST 0x00000000U /*!< Data is transmitted/received with the MSB first */
stm32f4xx_ll_spi.c:291
SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST;