Home
last modified time | relevance | path

Searched refs:RC64MPLL_VALUE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_conf.h119 #if !defined (RC64MPLL_VALUE)
120 #define RC64MPLL_VALUE (64000000UL) /*!< Value of the Internal oscillator in Hz*/ macro
Dstm32wb0x_ll_rcc.h107 #if !defined (RC64MPLL_VALUE)
108 #define RC64MPLL_VALUE 64000000U /*!< Value of the RC 64 MHz PLL clock in Hz */ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_rcc.c234 frequency = RC64MPLL_VALUE; in RCC_GetSystemClockFreq()
268 frequency = RC64MPLL_VALUE; in RCC_GetSystemClockFreq()