Searched refs:I2S_Mode_MasterTx (Results 1 – 8 of 8) sorted by relevance
220 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro224 ((MODE) == I2S_Mode_MasterTx) || \
232 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro236 ((MODE) == I2S_Mode_MasterTx)|| \
615 …if((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterTx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Master… in I2S_Init()621 …if((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterTx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_SlaveT… in I2S_Init()
257 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro261 ((MODE) == I2S_Mode_MasterTx)|| \
118 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro
119 #define I2S_Mode_MasterTx ((uint16_t)0x0200) macro
193 I2S_Mode_MasterTx = 0x0200, enumerator
Completed in 19 milliseconds