MG32F157 Standard Peripherals Firmware Library
Macros

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

◆ IS_I2S_MCLK_OUTPUT

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