Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_conf.h134 #if !defined (EXTERNAL_I2S1_CLOCK_VALUE)
135 #define EXTERNAL_I2S1_CLOCK_VALUE (48000UL) /*!< Value of the I2S1 External clock source in Hz*/ macro
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c390 frequency = EXTERNAL_I2S1_CLOCK_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c963 frequency = EXTERNAL_I2S1_CLOCK_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()