Defines | |
| #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) |
| #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 | ) |
(((FORMAT) == I2S_DataFormat_16b) || \ ((FORMAT) == I2S_DataFormat_16bextended) || \ ((FORMAT) == I2S_DataFormat_24b) || \ ((FORMAT) == I2S_DataFormat_32b))