Searched refs:SPI_CPOL_HIGH (Results 1 – 7 of 7) sorted by relevance
131 #define SPI_CPOL_HIGH ((u32)0x00000400) macro134 #define IS_SPI_CPOL(CPOL) ((CPOL == SPI_CPOL_HIGH) || \
162 #define SPI_CPOL_HIGH ((u32)0x00000400) macro165 #define IS_SPI_CPOL(CPOL) ((CPOL == SPI_CPOL_HIGH) || \
202 SPI_InitStructure.SPI_CPOL = SPI_CPOL_HIGH; in ht32_configure()206 SPI_InitStructure.SPI_CPOL = SPI_CPOL_HIGH; in ht32_configure()
66 SPI_CPOL_HIGH = 1U, /**< Polarity hold high when spi-bus is idle */ enumerator278 ((x) == SPI_CPOL_HIGH))
68 SPI_CPOL_HIGH = 1U, /**< Polarity hold high when spi-bus is idle */ enumerator304 ((x) == SPI_CPOL_HIGH))
92 hspi->init.polarity = SPI_CPOL_HIGH; in spi_configure()
Completed in 663 milliseconds