Home
last modified time | relevance | path

Searched refs:I2S_CLOCK_EXTERNAL (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_i2s.h300 #define I2S_CLOCK_EXTERNAL (0x00000001U) macro
306 #define I2S_CLOCK_EXTERNAL (0x00000001U) macro
313 #define I2S_CLOCK_EXTERNAL (0x00000001U) macro
584 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) ||\
590 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) ||\
597 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) ||\
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_i2s.h284 #define I2S_CLOCK_EXTERNAL ((uint32_t)0x00000001U) macro
546 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) || \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_i2s.h285 #define I2S_CLOCK_EXTERNAL 0x00000001U macro
546 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_i2s.h299 #define I2S_CLOCK_EXTERNAL (0x00000001U) macro
567 #define IS_I2S_CLOCKSOURCE(CLOCK) (((CLOCK) == I2S_CLOCK_EXTERNAL) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2s.c346 if (hi2s->Init.ClockSource == I2S_CLOCK_EXTERNAL) in HAL_I2S_Init()
1686 case I2S_CLOCK_EXTERNAL : in I2S_GetClockFreq()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2s.c345 if (hi2s->Init.ClockSource == I2S_CLOCK_EXTERNAL) in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2s.c369 if (hi2s->Init.ClockSource == I2S_CLOCK_EXTERNAL) in HAL_I2S_Init()