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

I2S_FLAG_UDR macro

Syntax

#define I2S_FLAG_UDR SPI_SR_UDR

References

LocationText
stm32f4xx_hal_i2s.h:282
#define I2S_FLAG_UDR SPI_SR_UDR
stm32f4xx_hal_i2s.c:914
if (__HAL_I2S_GET_FLAG(hi2s, I2S_FLAG_UDR) == SET)
stm32f4xx_hal_i2s.c:2021
if (((i2ssr & I2S_FLAG_UDR) == I2S_FLAG_UDR) && (__HAL_I2S_GET_IT_SOURCE(hi2s, I2S_IT_ERR) != RESET))
stm32f4xx_hal_i2s_ex.c:292
if ((__HAL_I2S_GET_FLAG(hi2s, I2S_FLAG_UDR) == SET) && (tmp1 == I2S_MODE_SLAVE_TX))
stm32f4xx_hal_i2s_ex.c:365
if ((__HAL_I2SEXT_GET_FLAG(hi2s, I2S_FLAG_UDR) == SET) && (tmp1 == I2S_MODE_SLAVE_RX))
stm32f4xx_hal_i2s_ex.c:729
if (((i2ssr & I2S_FLAG_UDR) == I2S_FLAG_UDR) && ((i2scr2 & I2S_IT_ERR) != RESET))
stm32f4xx_hal_i2s_ex.c:795
if (((i2sextsr & I2S_FLAG_UDR) == I2S_FLAG_UDR) && ((i2sextcr2 & I2S_IT_ERR) != RESET))