Searched refs:RCC_CR_SYSDIV (Results 1 – 8 of 8) sorted by relevance
694 #if defined(RCC_CR_SYSDIV) in HAL_RCC_ClockConfig()695 MODIFY_REG(RCC->CR, RCC_CR_SYSDIV, RCC_ClkInitStruct->SYSCLKDivider); in HAL_RCC_ClockConfig()938 #if defined(RCC_CR_SYSDIV) in HAL_RCC_GetSysClockFreq()939 uint32_t sysclockdiv = (uint32_t)(((RCC->CR & RCC_CR_SYSDIV) >> RCC_CR_SYSDIV_Pos) + 1U); in HAL_RCC_GetSysClockFreq()976 #if defined(RCC_CR_SYSDIV) in HAL_RCC_GetSysClockFreq()1088 #if defined(RCC_CR_SYSDIV) in HAL_RCC_GetClockConfig()1090 RCC_ClkInitStruct->SYSCLKDivider = (uint32_t)(RCC->CR & RCC_CR_SYSDIV); in HAL_RCC_GetClockConfig()
458 #if defined(RCC_CR_SYSDIV) in RCC_GetSystemClockFreq()459 uint32_t sysdiv = (uint32_t)(((RCC->CR & RCC_CR_SYSDIV) >> RCC_CR_SYSDIV_Pos) + 1U); in RCC_GetSystemClockFreq()493 #if defined(RCC_CR_SYSDIV) in RCC_GetSystemClockFreq()
232 #if defined(RCC_CR_SYSDIV)1138 #if defined(RCC_CR_SYSDIV)1155 MODIFY_REG(RCC->CR, RCC_CR_SYSDIV, Divider); in LL_RCC_SetSYSDivider()1235 #if defined(RCC_CR_SYSDIV)1251 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_SYSDIV)); in LL_RCC_GetSYSDivider()
127 #if defined(RCC_CR_SYSDIV)433 #if defined(RCC_CR_SYSDIV)
195 #if defined(RCC_CR_SYSDIV) in SystemCoreClockUpdate()196 sysdiv = (uint32_t)(((RCC->CR & RCC_CR_SYSDIV) >> RCC_CR_SYSDIV_Pos) + 1U); in SystemCoreClockUpdate()
3802 #define RCC_CR_SYSDIV RCC_CR_SYSDIV_Msk /*!< Clock division … macro
3956 #define RCC_CR_SYSDIV RCC_CR_SYSDIV_Msk /*!< Clock division … macro
4360 #define RCC_CR_SYSDIV RCC_CR_SYSDIV_Msk /*!< Clock division … macro