STM CMSIS

Macros

#define SPI_DATASIZE_8BIT   ((uint32_t)0x00000000U)
 
#define SPI_DATASIZE_16BIT   SPI_CR1_DFF
 

Detailed Description