Searched refs:MCLKEnable (Results 1 – 14 of 14) sorted by relevance
229 assert_param(IS_I2S_MCLK_ENABLE(I2S_InitStruct->MCLKEnable)); in I2S_Init()281 if (I2S_InitStruct->MCLKEnable == I2S_MCLK_ENABLE) in I2S_Init()314 … SPIx->I2SPREDIV = (uint16_t)(i2sdiv | (uint16_t)(i2sodd | (uint16_t)I2S_InitStruct->MCLKEnable)); in I2S_Init()371 I2S_InitStruct->MCLKEnable = I2S_MCLK_DISABLE; in I2S_InitStruct()
238 assert_param(IS_I2S_MCLK_ENABLE(I2S_InitStruct->MCLKEnable)); in I2S_Init()290 if (I2S_InitStruct->MCLKEnable == I2S_MCLK_ENABLE) in I2S_Init()323 … SPIx->I2SPREDIV = (uint16_t)(i2sdiv | (uint16_t)(i2sodd | (uint16_t)I2S_InitStruct->MCLKEnable)); in I2S_Init()380 I2S_InitStruct->MCLKEnable = I2S_MCLK_DISABLE; in I2S_InitStruct()
108 uint16_t MCLKEnable; /*!< Specifies whether the I2S MCLK output is enabled or not. member
Completed in 38 milliseconds