HAL
I2S_FLAG_OVR is only used within HAL.
 
Symbols
loading...
Files
loading...

I2S_FLAG_OVR macro

Syntax

#define I2S_FLAG_OVR SPI_SR_OVR

References

LocationText
stm32f4xx_hal_i2s.h:283
#define I2S_FLAG_OVR SPI_SR_OVR
stm32f4xx_hal_i2s.c:1030
if (__HAL_I2S_GET_FLAG(hi2s, I2S_FLAG_OVR) == SET)
stm32f4xx_hal_i2s.c:1989
if (((i2ssr & I2S_FLAG_OVR) == I2S_FLAG_OVR) && (__HAL_I2S_GET_IT_SOURCE(hi2s, I2S_IT_ERR) != RESET))
stm32f4xx_hal_i2s_ex.c:316
if (__HAL_I2SEXT_GET_FLAG(hi2s, I2S_FLAG_OVR) == SET)
stm32f4xx_hal_i2s_ex.c:389
if (__HAL_I2S_GET_FLAG(hi2s, I2S_FLAG_OVR) == SET)
stm32f4xx_hal_i2s_ex.c:704
if (((i2sextsr & I2S_FLAG_OVR) == I2S_FLAG_OVR) && ((i2sextcr2 & I2S_IT_ERR) != RESET))
stm32f4xx_hal_i2s_ex.c:773
if (((i2ssr & I2S_FLAG_OVR) == I2S_FLAG_OVR) && ((i2scr2 & I2S_IT_ERR) != RESET))