Searched refs:SPI_DataLength (Results 1 – 5 of 5) sorted by relevance
146 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() argument308 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()318 SPIx->CR1 |= SPI_DataLength; in SPI_SetDataLength()
117 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() argument273 Assert_Param(IS_SPI_DATALENGTH(SPI_DataLength)); in SPI_SetDataLength()279 SPIx->CR1 |= SPI_DataLength; in SPI_SetDataLength()
59 u32 SPI_DataLength; member264 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength);
73 u32 SPI_DataLength; member334 void SPI_SetDataLength(HT_SPI_TypeDef* SPIx, u16 SPI_DataLength);
179 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