Home
last modified time | relevance | path

Searched refs:SPI_SELPOLARITY_HIGH (Results 1 – 3 of 3) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_spi.h124 #define SPI_SELPOLARITY_HIGH ((u32)0x00000800) macro
127 #define IS_SPI_SEL_POLARITY(POLARITY) ((POLARITY == SPI_SELPOLARITY_HIGH) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_spi.h155 #define SPI_SELPOLARITY_HIGH ((u32)0x00000800) macro
158 #define IS_SPI_SEL_POLARITY(POLARITY) ((POLARITY == SPI_SELPOLARITY_HIGH) || \
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_spi.c221 …cture.SPI_SELPolarity = (configuration->mode & RT_SPI_CS_HIGH) ? (SPI_SELPOLARITY_HIGH) : (SPI_SEL… in ht32_configure()

Completed in 8 milliseconds