Searched refs:SPI_Int (Results 1 – 4 of 4) sorted by relevance
396 void SPI_IntConfig(HT_SPI_TypeDef* SPIx, u32 SPI_Int, ControlStatus NewState) in SPI_IntConfig() argument400 Assert_Param(IS_SPI_INT(SPI_Int)); in SPI_IntConfig()405 SPIx->IER |= SPI_Int; in SPI_IntConfig()409 SPIx->IER &= (u32)~SPI_Int; in SPI_IntConfig()
435 void SPI_IntConfig(HT_SPI_TypeDef* SPIx, u32 SPI_Int, ControlStatus NewState) in SPI_IntConfig() argument439 Assert_Param(IS_SPI_INT(SPI_Int)); in SPI_IntConfig()444 SPIx->IER |= SPI_Int; in SPI_IntConfig()448 SPIx->IER &= (u32)~SPI_Int; in SPI_IntConfig()
270 void SPI_IntConfig(HT_SPI_TypeDef* SPIx, u32 SPI_Int, ControlStatus NewState);
340 void SPI_IntConfig(HT_SPI_TypeDef* SPIx, u32 SPI_Int, ControlStatus NewState);
Completed in 12 milliseconds