HAL + 0/7 examples
CodeScope will show references to LL_SPI_DATAWIDTH_8BIT from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_SPI_DATAWIDTH_8BIT macro

Data length for SPI transfer: 8 bits

Syntax

#define LL_SPI_DATAWIDTH_8BIT 0x00000000U

Examples

LL_SPI_DATAWIDTH_8BIT is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_ll_spi.h:228
#define LL_SPI_DATAWIDTH_8BIT 0x00000000U /*!< Data length for SPI transfer: 8 bits */
stm32f4xx_ll_spi.c:286
SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT;