Searched refs:RCC_IC1CFGR_IC1INT_Pos (Results 1 – 9 of 9) sorted by relevance
408 ic_divider = (READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1INT) >> RCC_IC1CFGR_IC1INT_Pos) + 1UL; in SystemCoreClockUpdate()
465 ic_divider = (READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1INT) >> RCC_IC1CFGR_IC1INT_Pos) + 1UL; in SystemCoreClockUpdate()
25565 #define RCC_IC1CFGR_IC1INT_Pos (16U) macro25566 #define RCC_IC1CFGR_IC1INT_Msk (0xFFUL << RCC_IC1CFGR_IC1INT_Pos) /*!< 0x00FF00…
26714 #define RCC_IC1CFGR_IC1INT_Pos (16U) macro26715 #define RCC_IC1CFGR_IC1INT_Msk (0xFFUL << RCC_IC1CFGR_IC1INT_Pos) /*!< 0x00FF00…
26472 #define RCC_IC1CFGR_IC1INT_Pos (16U) macro26473 #define RCC_IC1CFGR_IC1INT_Msk (0xFFUL << RCC_IC1CFGR_IC1INT_Pos) /*!< 0x00FF00…
25807 #define RCC_IC1CFGR_IC1INT_Pos (16U) macro25808 #define RCC_IC1CFGR_IC1INT_Msk (0xFFUL << RCC_IC1CFGR_IC1INT_Pos) /*!< 0x00FF00…
977 ((pRCC_ClkInitStruct->IC1Selection.ClockDivider - 1U) << RCC_IC1CFGR_IC1INT_Pos)); in HAL_RCC_ClockConfig()1818 …ct->IC1Selection.ClockDivider = ((cfgr_value & RCC_IC1CFGR_IC1INT) >> RCC_IC1CFGR_IC1INT_Pos) + 1U; in HAL_RCC_GetClockConfig()
2419 …nit->ICSelection[i].ClockDivider = ((icx_val & RCC_IC1CFGR_IC1INT) >> RCC_IC1CFGR_IC1INT_Pos) + 1U; in HAL_RCCEx_GetPeriphCLKConfig()
6421 MODIFY_REG(RCC->IC1CFGR, RCC_IC1CFGR_IC1INT, (Divider - 1UL) << RCC_IC1CFGR_IC1INT_Pos); in LL_RCC_IC1_SetDivider()6431 return ((READ_BIT(RCC->IC1CFGR, RCC_IC1CFGR_IC1INT) >> RCC_IC1CFGR_IC1INT_Pos) + 1UL); in LL_RCC_IC1_GetDivider()