Searched refs:i2sextcr2 (Results 1 – 2 of 2) sorted by relevance
682 __IO uint32_t i2sextcr2 = I2SxEXT(hi2s->Instance)->CR2; in HAL_I2SEx_FullDuplex_IRQHandler() local696 if (((i2sextsr & I2S_FLAG_RXNE) == I2S_FLAG_RXNE) && ((i2sextcr2 & I2S_IT_RXNE) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()704 if (((i2sextsr & I2S_FLAG_OVR) == I2S_FLAG_OVR) && ((i2sextcr2 & I2S_IT_ERR) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()757 if (((i2sextsr & I2S_FLAG_TXE) == I2S_FLAG_TXE) && ((i2sextcr2 & I2S_IT_TXE) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()795 if (((i2sextsr & I2S_FLAG_UDR) == I2S_FLAG_UDR) && ((i2sextcr2 & I2S_IT_ERR) != RESET)) in HAL_I2SEx_FullDuplex_IRQHandler()