|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_SPI_MODE_MASTER (SPI_CR1_MSTR | SPI_CR1_SSI) |
| #define | LL_SPI_MODE_SLAVE 0x00000000U |
| #define LL_SPI_MODE_MASTER (SPI_CR1_MSTR | SPI_CR1_SSI) |
Master configuration
Definition at line 148 of file stm32f4xx_ll_spi.h.
| #define LL_SPI_MODE_SLAVE 0x00000000U |
Slave configuration
Definition at line 149 of file stm32f4xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
1.7.6.1