Searched refs:I2S_Mode (Results 1 – 6 of 6) sorted by relevance
358 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()474 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()519 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()740 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_FullDuplexConfig()754 …if ((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterTx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Slave… in I2S_FullDuplexConfig()760 …if ((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterRx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Slave… in I2S_FullDuplexConfig()
227 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()356 tmpreg |= (uint16_t)(I2S_Mode_Select | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()401 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
290 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()399 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()444 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
89 uint16_t I2S_Mode; /*!< Specifies the I2S operating mode. member
94 uint16_t I2S_Mode; /*!< Specifies the I2S operating mode. member
Completed in 12 milliseconds