HAL + 0/2 examples
CodeScope will show references to I2S_MODE_SLAVE_RX from the following samples and libraries:
 
Symbols
loading...
Files
loading...

I2S_MODE_SLAVE_RX macro

Syntax

#define I2S_MODE_SLAVE_RX (SPI_I2SCFGR_I2SCFG_0)

Examples

I2S_MODE_SLAVE_RX is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:192
#define I2S_MODE_SLAVE_RX (SPI_I2SCFGR_I2SCFG_0)
stm32f4xx_hal_i2s.c:464
tmp = I2S_MODE_SLAVE_RX;
stm32f4xx_hal_i2s.c:926
|| ((tmpreg_cfgr & SPI_I2SCFGR_I2SCFG) == I2S_MODE_SLAVE_RX))
stm32f4xx_hal_i2s.c:1557
else if ((hi2s->Init.Mode == I2S_MODE_MASTER_RX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_RX))
stm32f4xx_hal_i2s.c:1634
if (hi2s->Init.Mode == I2S_MODE_SLAVE_RX)
stm32f4xx_hal_i2s.h:550
((__MODE__) == I2S_MODE_SLAVE_RX) || \
stm32f4xx_hal_i2s_ex.c:365
if ((__HAL_I2SEXT_GET_FLAG(hi2s, I2S_FLAG_UDR) == SET) && (tmp1 == I2S_MODE_SLAVE_RX))