Searched refs:i2sextsr (Results 1 – 2 of 2) sorted by relevance
676 __IO uint32_t i2sextsr = I2SxEXT(hi2s->Instance)->SR; in HAL_I2SEx_FullDuplex_IRQHandler() local692 if (((i2sextsr & I2S_FLAG_RXNE) == I2S_FLAG_RXNE) && ((i2sextcr2 & I2S_IT_RXNE) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()700 if (((i2sextsr & I2S_FLAG_OVR) == I2S_FLAG_OVR) && ((i2sextcr2 & I2S_IT_ERR) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()753 if (((i2sextsr & I2S_FLAG_TXE) == I2S_FLAG_TXE) && ((i2sextcr2 & I2S_IT_TXE) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()791 if (((i2sextsr & I2S_FLAG_UDR) == I2S_FLAG_UDR) && ((i2sextcr2 & I2S_IT_ERR) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()