Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_conf.h146 #if !defined (EXTERNAL_I2S1_CLOCK_VALUE)
147 #define EXTERNAL_I2S1_CLOCK_VALUE (48000UL) /*!< Value of the I2S1 External clock source in Hz*/ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_conf.h156 #if !defined (EXTERNAL_I2S1_CLOCK_VALUE)
157 #define EXTERNAL_I2S1_CLOCK_VALUE (48000UL) /*!< Value of the I2S1 External clock source in Hz*/ macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c412 frequency = EXTERNAL_I2S1_CLOCK_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c963 frequency = EXTERNAL_I2S1_CLOCK_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()