MG32F157 Standard Peripherals Firmware Library
Macros
I2S_Standard
MG32F157_StdPeriph_Driver
»
SPI
»
SPI_Exported_Constants
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
◆
IS_I2S_STANDARD
#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))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.