Searched refs:SPI_SELOutputCmd (Results 1 – 8 of 8) sorted by relevance
262 void SPI_SELOutputCmd(HT_SPI_TypeDef* SPIx, ControlStatus NewState);
331 void SPI_SELOutputCmd(HT_SPI_TypeDef* SPIx, ControlStatus NewState);
238 SPI_SELOutputCmd(spi_instance->config->spi_x, ENABLE); in ht32_configure()
225 void SPI_SELOutputCmd(HT_SPI_TypeDef* SPIx, ControlStatus NewState) in SPI_SELOutputCmd() function
259 void SPI_SELOutputCmd(HT_SPI_TypeDef* SPIx, ControlStatus NewState) in SPI_SELOutputCmd() function
604 …+ Update "SPI/PDMA" example, fix the function call order as below. The "SPI_SELOutputCmd()" shall …607 "SPI_SELOutputCmd(HTCFG_SPIS_PORT, ENABLE);"
202 …+ Update "SPI/PDMA" example, change the order of API execution (SPI_SELOutputCmd() execution befor…
2704 #define SPI_SELOutputCmd(...) macro
Completed in 728 milliseconds