HAL + 0/4 examples
CodeScope will show references to I2S_FULLDUPLEXMODE_DISABLE from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALI2S_FULLDUPLEXMODE_DISABLE

I2S_FULLDUPLEXMODE_DISABLE macro

Syntax

#define I2S_FULLDUPLEXMODE_DISABLE (0x00000000U)

Examples

I2S_FULLDUPLEXMODE_DISABLE is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:251
#define I2S_FULLDUPLEXMODE_DISABLE (0x00000000U)
stm32f4xx_hal_i2s.h:572
#define IS_I2S_FULLDUPLEX_MODE(MODE) (((MODE) == I2S_FULLDUPLEXMODE_DISABLE) || \