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

LL_SPI_MODE_SLAVE macro

Slave configuration

Syntax

#define LL_SPI_MODE_SLAVE 0x00000000U

Examples

LL_SPI_MODE_SLAVE is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_spi.h:148
#define LL_SPI_MODE_SLAVE 0x00000000U /*!< Slave configuration */
stm32f4xx_ll_spi.c:285
SPI_InitStruct->Mode = LL_SPI_MODE_SLAVE;