STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
I2S_Data_Format

Macros

#define I2S_DataFormat_16b   ((uint16_t)0x0000)
 
#define I2S_DataFormat_16bextended   ((uint16_t)0x0001)
 
#define I2S_DataFormat_24b   ((uint16_t)0x0003)
 
#define I2S_DataFormat_32b   ((uint16_t)0x0005)
 
#define IS_I2S_DATA_FORMAT(FORMAT)
 

Detailed Description

Macro Definition Documentation

#define IS_I2S_DATA_FORMAT (   FORMAT)
Value:
(((FORMAT) == I2S_DataFormat_16b) || \
((FORMAT) == I2S_DataFormat_16bextended) || \
((FORMAT) == I2S_DataFormat_24b) || \
((FORMAT) == I2S_DataFormat_32b))