Home
last modified time | relevance | path

Searched refs:SPI_SELPOLARITY_LOW (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_spi.h125 #define SPI_SELPOLARITY_LOW ((u32)0x00000000) macro
128 (POLARITY == SPI_SELPOLARITY_LOW))
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_spi.h156 #define SPI_SELPOLARITY_LOW ((u32)0x00000000) macro
159 (POLARITY == SPI_SELPOLARITY_LOW))
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_spi.c221 …Polarity = (configuration->mode & RT_SPI_CS_HIGH) ? (SPI_SELPOLARITY_HIGH) : (SPI_SELPOLARITY_LOW); in ht32_configure()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_spi.c174 SPI_InitStruct->SPI_SELPolarity = SPI_SELPOLARITY_LOW; in SPI_StructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_spi.c207 SPI_InitStruct->SPI_SELPolarity = SPI_SELPOLARITY_LOW; in SPI_StructInit()

Completed in 9 milliseconds