Home
last modified time | relevance | path

Searched refs:EXTERNAL_I2S2_CLOCK_VALUE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_conf.h166 #if !defined (EXTERNAL_I2S2_CLOCK_VALUE)
167 #define EXTERNAL_I2S2_CLOCK_VALUE 48000U /*!< Value of the I2S2 External clock source in Hz*/ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c997 frequency = EXTERNAL_I2S2_CLOCK_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()