Searched refs:RCC_POSITION_HPRE (Results 1 – 4 of 4) sorted by relevance
517 …quency_current = (SystemCoreClock << AHBPrescTable[LL_RCC_GetAHBPrescaler() >> RCC_POSITION_HPRE]); in UTILS_EnablePLLAndSwitchSystem()
559 …quency_current = (SystemCoreClock << AHBPrescTable[LL_RCC_GetAHBPrescaler() >> RCC_POSITION_HPRE]); in UTILS_EnablePLLAndSwitchSystem()
46 #define RCC_POSITION_HPRE (uint32_t)4U /*!< field position in register RCC_CFGR */ macro
46 #define RCC_POSITION_HPRE (uint32_t)POSITION_VAL(RCC_CFGR_HPRE) /*!< field position in re… macro