Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_i2s.h253 #define I2S_FULLDUPLEXMODE_ENABLE (0x00000001U) macro
557 ((MODE) == I2S_FULLDUPLEXMODE_ENABLE))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_i2s.h252 #define I2S_FULLDUPLEXMODE_ENABLE (0x00000001U) macro
573 ((MODE) == I2S_FULLDUPLEXMODE_ENABLE))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2s.c473 if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE) in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2s.c447 if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE) in HAL_I2S_Init()