Searched refs:I2S_Mode_MasterTx (Results 1 – 4 of 4) sorted by relevance
241 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro245 ((MODE) == I2S_Mode_MasterTx) || \
244 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro248 ((MODE) == I2S_Mode_MasterTx)|| \
265 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro269 ((MODE) == I2S_Mode_MasterTx)|| \
754 …if ((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterTx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Slave… in I2S_FullDuplexConfig()
Completed in 9 milliseconds