Home
last modified time | relevance | path

Searched refs:RCC_CFGR_CLKSYSDIV_STATUS (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_rcc.c240 #if defined(RCC_CFGR_CLKSYSDIV_STATUS) in RCC_GetSystemClockFreq()
270 #if defined(RCC_CFGR_CLKSYSDIV_STATUS) in RCC_GetSystemClockFreq()
Dstm32wb0x_hal_rcc.c871 #if defined(RCC_CFGR_CLKSYSDIV_STATUS) in HAL_RCC_GetClockConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rcc.h1533 #if defined(RCC_CFGR_CLKSYSDIV_STATUS)
1554 …return (uint32_t)((READ_BIT(RCC->CFGR, RCC_CFGR_CLKSYSDIV_STATUS) >> RCC_CFGR_CLKSYSDIV_STATUS_Pos… in LL_RCC_GetCLKSYSPrescalerStatus()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c329 divPrescaler = (RCC->CFGR & RCC_CFGR_CLKSYSDIV_STATUS) >> RCC_CFGR_CLKSYSDIV_STATUS_Pos; in SystemCoreClockUpdate()
Dstm32wb05.h2807 #define RCC_CFGR_CLKSYSDIV_STATUS RCC_CFGR_CLKSYSDIV_STATU… macro
Dstm32wb09.h2832 #define RCC_CFGR_CLKSYSDIV_STATUS RCC_CFGR_CLKSYSDIV_STATU… macro