Searched refs:I2S_DataFormat_16b (Results 1 – 13 of 13) sorted by relevance
252 #define I2S_DataFormat_16b ((uint16_t)0x0000) macro256 #define IS_I2S_DATA_FORMAT(FORMAT) (((FORMAT) == I2S_DataFormat_16b) || \
127 if(I2S_InitStruct->I2S_DataFormat == I2S_DataFormat_16b) in I2S_Init()207 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
135 if(I2S_InitStruct->I2S_DataFormat == I2S_DataFormat_16b) in I2S_Init()221 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
264 #define I2S_DataFormat_16b ((uint16_t)0x0000) macro268 #define IS_I2S_DATA_FORMAT(FORMAT) (((FORMAT) == I2S_DataFormat_16b) || \
289 #define I2S_DataFormat_16b ((uint16_t)0x0000) macro293 #define IS_I2S_DATA_FORMAT(FORMAT) (((FORMAT) == I2S_DataFormat_16b) || \
228 if(I2S_InitStruct->I2S_DataFormat == I2S_DataFormat_16b) in I2S_Init()345 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
129 #define I2S_DataFormat_16b ((uint16_t)0x0000) macro
130 #define I2S_DataFormat_16b ((uint16_t)0x0000) macro
283 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()343 if (I2S_InitStruct->I2S_DataFormat == I2S_DataFormat_16b) in I2S_Init()
170 I2S_DataFormat_16b = 0x0000, enumerator
570 if(I2S_InitStruct->I2S_DataFormat == I2S_DataFormat_16b) { in I2S_Init()
Completed in 21 milliseconds