|
STM32L443xx 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 147 of file stm32l4xx_ll_spi.h.
| #define LL_SPI_MODE_SLAVE 0x00000000U |
Slave configuration
Definition at line 148 of file stm32l4xx_ll_spi.h.
Referenced by LL_SPI_StructInit().
1.7.6.1