Home
last modified time | relevance | path

Searched refs:FullDuplexMode (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2s.c471 assert_param(IS_I2S_FULLDUPLEX_MODE(hi2s->Init.FullDuplexMode)); in HAL_I2S_Init()
473 if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE) in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2s.c445 assert_param(IS_I2S_FULLDUPLEX_MODE(hi2s->Init.FullDuplexMode)); in HAL_I2S_Init()
447 if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE) in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_i2s.h69 uint32_t FullDuplexMode; /*!< Specifies the I2S FullDuplex mode. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_i2s.h68 uint32_t FullDuplexMode; /*!< Specifies the I2S FullDuplex mode. member