STM CMSIS

Macros

#define SPI_POLARITY_LOW   ((uint32_t)0x00000000U)
 
#define SPI_POLARITY_HIGH   SPI_CR1_CPOL
 

Detailed Description