Searched refs:RCC_IC1CFGR_IC1SEL (Results 1 – 9 of 9) sorted by relevance
303 switch (READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1SEL)) in SystemCoreClockUpdate()
360 switch (READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1SEL)) in SystemCoreClockUpdate()
25570 #define RCC_IC1CFGR_IC1SEL RCC_IC1CFGR_IC1SEL_Msk /*!< Divider I… macro
26719 #define RCC_IC1CFGR_IC1SEL RCC_IC1CFGR_IC1SEL_Msk /*!< Divider I… macro
26477 #define RCC_IC1CFGR_IC1SEL RCC_IC1CFGR_IC1SEL_Msk /*!< Divider I… macro
25812 #define RCC_IC1CFGR_IC1SEL RCC_IC1CFGR_IC1SEL_Msk /*!< Divider I… macro
1817 pRCC_ClkInitStruct->IC1Selection.ClockSelection = cfgr_value & RCC_IC1CFGR_IC1SEL; in HAL_RCC_GetClockConfig()
2418 …PeriphClkInit->ICSelection[i].ClockSelection = (icx_val & RCC_IC1CFGR_IC1SEL) >> RCC_IC1CFGR_IC1SE… in HAL_RCCEx_GetPeriphCLKConfig()
6396 MODIFY_REG(RCC->IC1CFGR, RCC_IC1CFGR_IC1SEL, Source); in LL_RCC_IC1_SetSource()6410 return (uint32_t)(READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1SEL)); in LL_RCC_IC1_GetSource()