Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_spi.c146 Assert_Param(IS_SPI_DATALENGTH(SPI_InitStruct->SPI_DataLength)); in SPI_Init()
167 SPIx->CR1 = SPI_InitStruct->SPI_Mode | SPI_InitStruct->SPI_DataLength | in SPI_Init()
198 SPI_InitStruct->SPI_DataLength = SPI_DATALENGTH_8; in SPI_StructInit()
200 SPI_InitStruct->SPI_DataLength = SPI_DATALENGTH_16; in SPI_StructInit()
304 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength) in SPI_SetDataLength() argument
308 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()
318 SPIx->CR1 |= SPI_DataLength; in SPI_SetDataLength()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_spi.c117 Assert_Param(IS_SPI_DATALENGTH(SPI_InitStruct->SPI_DataLength)); in SPI_Init()
138 SPIx->CR1 = SPI_InitStruct->SPI_Mode | SPI_InitStruct->SPI_DataLength | in SPI_Init()
168 SPI_InitStruct->SPI_DataLength = SPI_DATALENGTH_16; in SPI_StructInit()
269 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength) in SPI_SetDataLength() argument
273 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()
279 SPIx->CR1 |= SPI_DataLength; in SPI_SetDataLength()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_spi.h59 u32 SPI_DataLength; member
264 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_spi.h73 u32 SPI_DataLength; member
334 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength);
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_spi.c179 SPI_InitStructure.SPI_DataLength = SPI_DATALENGTH_8; in ht32_configure()
183 SPI_InitStructure.SPI_DataLength = SPI_DATALENGTH_16; in ht32_configure()

Completed in 13 milliseconds