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

I2S_MCLKOUTPUT_ENABLE macro

Syntax

#define I2S_MCLKOUTPUT_ENABLE (SPI_I2SPR_MCKOE)

Examples

I2S_MCLKOUTPUT_ENABLE is referenced by 8 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:225
#define I2S_MCLKOUTPUT_ENABLE (SPI_I2SPR_MCKOE)
stm32f4xx_hal_i2s.c:374
if (hi2s->Init.MCLKOutput == I2S_MCLKOUTPUT_ENABLE)
stm32f4xx_hal_i2s.h:565
#define IS_I2S_MCLK_OUTPUT(__OUTPUT__) (((__OUTPUT__) == I2S_MCLKOUTPUT_ENABLE) || \