Searched refs:SPI_I2S_IT (Results 1 – 2 of 2) sorted by relevance
1124 void SPI_I2S_ITConfig(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT, FunctionalState NewState) in SPI_I2S_ITConfig() argument1131 assert_param(IS_SPI_I2S_CONFIG_IT(SPI_I2S_IT)); in SPI_I2S_ITConfig()1134 itpos = SPI_I2S_IT >> 4; in SPI_I2S_ITConfig()1234 ITStatus SPI_I2S_GetITStatus(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT) in SPI_I2S_GetITStatus() argument1241 assert_param(IS_SPI_I2S_GET_IT(SPI_I2S_IT)); in SPI_I2S_GetITStatus()1244 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_GetITStatus()1247 itmask = SPI_I2S_IT >> 4; in SPI_I2S_GetITStatus()1289 void SPI_I2S_ClearITPendingBit(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT) in SPI_I2S_ClearITPendingBit() argument1294 assert_param(IS_SPI_I2S_CLEAR_IT(SPI_I2S_IT)); in SPI_I2S_ClearITPendingBit()1297 itpos = 0x01 << (SPI_I2S_IT & 0x0F); in SPI_I2S_ClearITPendingBit()
529 void SPI_I2S_ITConfig(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT, FunctionalState NewState);532 ITStatus SPI_I2S_GetITStatus(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT);533 void SPI_I2S_ClearITPendingBit(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT);