Searched refs:RCC_IC2CFGR_IC2INT_Pos (Results 1 – 6 of 6) sorted by relevance
1062 ((pRCC_ClkInitStruct->IC2Selection.ClockDivider - 1U) << RCC_IC2CFGR_IC2INT_Pos)); in HAL_RCC_ClockConfig()1823 …ct->IC2Selection.ClockDivider = ((cfgr_value & RCC_IC2CFGR_IC2INT) >> RCC_IC2CFGR_IC2INT_Pos) + 1U; in HAL_RCC_GetClockConfig()
6501 MODIFY_REG(RCC->IC2CFGR, RCC_IC2CFGR_IC2INT, (Divider - 1UL) << RCC_IC2CFGR_IC2INT_Pos); in LL_RCC_IC2_SetDivider()6511 return ((READ_BIT(RCC->IC2CFGR, RCC_IC2CFGR_IC2INT) >> RCC_IC2CFGR_IC2INT_Pos) + 1UL); in LL_RCC_IC2_GetDivider()
25575 #define RCC_IC2CFGR_IC2INT_Pos (16U) macro25576 #define RCC_IC2CFGR_IC2INT_Msk (0xFFUL << RCC_IC2CFGR_IC2INT_Pos) /*!< 0x00FF00…
26724 #define RCC_IC2CFGR_IC2INT_Pos (16U) macro26725 #define RCC_IC2CFGR_IC2INT_Msk (0xFFUL << RCC_IC2CFGR_IC2INT_Pos) /*!< 0x00FF00…
26482 #define RCC_IC2CFGR_IC2INT_Pos (16U) macro26483 #define RCC_IC2CFGR_IC2INT_Msk (0xFFUL << RCC_IC2CFGR_IC2INT_Pos) /*!< 0x00FF00…
25817 #define RCC_IC2CFGR_IC2INT_Pos (16U) macro25818 #define RCC_IC2CFGR_IC2INT_Msk (0xFFUL << RCC_IC2CFGR_IC2INT_Pos) /*!< 0x00FF00…