STM32F479xx HAL User Manual
|
Defines | |
#define | LL_SPI_DATAWIDTH_8BIT 0x00000000U |
#define | LL_SPI_DATAWIDTH_16BIT (SPI_CR1_DFF) |
#define LL_SPI_DATAWIDTH_16BIT (SPI_CR1_DFF) |
Data length for SPI transfer: 16 bits
Definition at line 230 of file stm32f4xx_ll_spi.h.
#define LL_SPI_DATAWIDTH_8BIT 0x00000000U |
Data length for SPI transfer: 8 bits
Definition at line 229 of file stm32f4xx_ll_spi.h.
Referenced by LL_SPI_StructInit().