STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SPI_I2S_Standard

Macros

#define I2S_Standard_Phillips   ((uint16_t)0x0000)
 
#define I2S_Standard_MSB   ((uint16_t)0x0010)
 
#define I2S_Standard_LSB   ((uint16_t)0x0020)
 
#define I2S_Standard_PCMShort   ((uint16_t)0x0030)
 
#define I2S_Standard_PCMLong   ((uint16_t)0x00B0)
 
#define IS_I2S_STANDARD(STANDARD)
 

Detailed Description

Macro Definition Documentation

#define IS_I2S_STANDARD (   STANDARD)
Value:
(((STANDARD) == I2S_Standard_Phillips) || \
((STANDARD) == I2S_Standard_MSB) || \
((STANDARD) == I2S_Standard_LSB) || \
((STANDARD) == I2S_Standard_PCMShort) || \
((STANDARD) == I2S_Standard_PCMLong))