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

I2S_FULLDUPLEXMODE_ENABLE macro

Syntax

#define I2S_FULLDUPLEXMODE_ENABLE (0x00000001U)

Examples

I2S_FULLDUPLEXMODE_ENABLE is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:252
#define I2S_FULLDUPLEXMODE_ENABLE (0x00000001U)
stm32f4xx_hal_i2s.c:447
if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE)
stm32f4xx_hal_i2s.h:573
((MODE) == I2S_FULLDUPLEXMODE_ENABLE))