CARME-M4 BSP  V1.5
+ Collaboration diagram for SPI_I2S_MCLK_Output:

Macros

#define I2S_MCLKOutput_Enable   ((uint16_t)0x0200)
 
#define I2S_MCLKOutput_Disable   ((uint16_t)0x0000)
 
#define IS_I2S_MCLK_OUTPUT(OUTPUT)
 

Detailed Description

Macro Definition Documentation

#define IS_I2S_MCLK_OUTPUT (   OUTPUT)
Value:
(((OUTPUT) == I2S_MCLKOutput_Enable) || \
((OUTPUT) == I2S_MCLKOutput_Disable))

Definition at line 316 of file stm32f4xx_spi.h.