MG32F157 Standard Peripherals Firmware Library
Macros

Macros

#define I2S_CPOL_Low   ((uint16_t)0x0000)
 
#define I2S_CPOL_High   ((uint16_t)0x0008)
 
#define IS_I2S_CPOL(CPOL)
 

Detailed Description

Macro Definition Documentation

◆ IS_I2S_CPOL

#define IS_I2S_CPOL (   CPOL)
Value:
(((CPOL) == I2S_CPOL_Low) || \
((CPOL) == I2S_CPOL_High))