Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c329 divPrescaler = (RCC->CFGR & RCC_CFGR_CLKSYSDIV_STATUS) >> RCC_CFGR_CLKSYSDIV_STATUS_Pos; in SystemCoreClockUpdate()
Dstm32wb05.h2805 #define RCC_CFGR_CLKSYSDIV_STATUS_Pos (8UL) /*!<RCC CFGR: C… macro
2808 …R_CLKSYSDIV_STATUS_0 (0x1U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
2809 …R_CLKSYSDIV_STATUS_1 (0x2U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
2810 …R_CLKSYSDIV_STATUS_2 (0x4U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
Dstm32wb09.h2830 #define RCC_CFGR_CLKSYSDIV_STATUS_Pos (8UL) /*!<RCC CFGR: C… macro
2833 …R_CLKSYSDIV_STATUS_0 (0x1U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
2834 …R_CLKSYSDIV_STATUS_1 (0x2U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
2835 …R_CLKSYSDIV_STATUS_2 (0x4U << RCC_CFGR_CLKSYSDIV_STATUS_Pos)
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rcc.h1554 …(uint32_t)((READ_BIT(RCC->CFGR, RCC_CFGR_CLKSYSDIV_STATUS) >> RCC_CFGR_CLKSYSDIV_STATUS_Pos) << RC… in LL_RCC_GetCLKSYSPrescalerStatus()