STM CMSIS

Macros

#define SPI_MODE_SLAVE   ((uint32_t)0x00000000U)
 
#define SPI_MODE_MASTER   (SPI_CR1_MSTR | SPI_CR1_SSI)
 

Detailed Description