Searched refs:SPI_SoftwareSEL (Results 1 – 4 of 4) sorted by relevance
316 void SPI_SoftwareSELCmd(HT_SPI_TypeDef* SPIx, u32 SPI_SoftwareSEL) in SPI_SoftwareSELCmd() argument320 Assert_Param(IS_SPI_SOFTWARE_SEL(SPI_SoftwareSEL)); in SPI_SoftwareSELCmd()322 if (SPI_SoftwareSEL != SPI_SEL_INACTIVE) in SPI_SoftwareSELCmd()
355 void SPI_SoftwareSELCmd(HT_SPI_TypeDef* SPIx, u32 SPI_SoftwareSEL) in SPI_SoftwareSELCmd() argument359 Assert_Param(IS_SPI_SOFTWARE_SEL(SPI_SoftwareSEL)); in SPI_SoftwareSELCmd()361 if (SPI_SoftwareSEL != SPI_SEL_INACTIVE) in SPI_SoftwareSELCmd()
266 void SPI_SoftwareSELCmd(HT_SPI_TypeDef* SPIx, u32 SPI_SoftwareSEL);
336 void SPI_SoftwareSELCmd(HT_SPI_TypeDef* SPIx, u32 SPI_SoftwareSEL);
Completed in 10 milliseconds