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

I2S_FLAG_TXE macro

Syntax

#define I2S_FLAG_TXE SPI_SR_TXE

References

LocationText
stm32f4xx_hal_i2s.h:279
#define I2S_FLAG_TXE SPI_SR_TXE
stm32f4xx_hal_i2s.c:888
stm32f4xx_hal_i2s.c:904
stm32f4xx_hal_i2s.c:1489
stm32f4xx_hal_i2s.c:1587
while (__HAL_I2SEXT_GET_FLAG(hi2s, I2S_FLAG_TXE) != SET)
stm32f4xx_hal_i2s.c:2015
if (((i2ssr & I2S_FLAG_TXE) == I2S_FLAG_TXE) && (__HAL_I2S_GET_IT_SOURCE(hi2s, I2S_IT_TXE) != RESET))
stm32f4xx_hal_i2s_ex.c:280
if (I2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_TXE, SET, Timeout, I2S_USE_I2S) != HAL_OK)
stm32f4xx_hal_i2s_ex.c:353
if (I2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_TXE, SET, Timeout, I2S_USE_I2SEXT) != HAL_OK)
stm32f4xx_hal_i2s_ex.c:688
if (((i2ssr & I2S_FLAG_TXE) == I2S_FLAG_TXE) && ((i2scr2 & I2S_IT_TXE) != RESET))
stm32f4xx_hal_i2s_ex.c:757
if (((i2sextsr & I2S_FLAG_TXE) == I2S_FLAG_TXE) && ((i2sextcr2 & I2S_IT_TXE) != RESET))