HAL + 0/30 examples
 
Symbols
loading...
Files
loading...

SPI_POLARITY_LOW macro

Syntax

#define SPI_POLARITY_LOW (0x00000000U)

Examples

SPI_POLARITY_LOW is referenced by 30 libraries and example projects.

References

LocationText
stm32f4xx_hal_spi.h:234
#define SPI_POLARITY_LOW (0x00000000U)
stm32f4xx_hal_spi.c:348
hspi->Init.CLKPolarity = SPI_POLARITY_LOW;
stm32f4xx_hal_spi.h:565
#define IS_SPI_CPOL(__CPOL__) (((__CPOL__) == SPI_POLARITY_LOW) || \