Home
last modified time | relevance | path

Searched refs:I2S_USE_I2S (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2s_ex.c110 I2S_USE_I2S = 0x00U, /*!< I2Sx should be used */ enumerator
278 …if (I2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_TXE, SET, Timeout, I2S_USE_I2S) != HA… in HAL_I2SEx_TransmitReceive()
384 …2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_RXNE, SET, Timeout, I2S_USE_I2S) != HAL_OK) in HAL_I2SEx_TransmitReceive()
1075 if (i2sUsed == I2S_USE_I2S) in I2SEx_FullDuplexWaitFlagStateUntilTimeout()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2s_ex.c110 I2S_USE_I2S = 0x00U, /*!< I2Sx should be used */ enumerator
278 …if (I2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_TXE, SET, Timeout, I2S_USE_I2S) != HA… in HAL_I2SEx_TransmitReceive()
384 …2SEx_FullDuplexWaitFlagStateUntilTimeout(hi2s, I2S_FLAG_RXNE, SET, Timeout, I2S_USE_I2S) != HAL_OK) in HAL_I2SEx_TransmitReceive()
1075 if (i2sUsed == I2S_USE_I2S) in I2SEx_FullDuplexWaitFlagStateUntilTimeout()