Home
last modified time | relevance | path

Searched refs:RCC_PLL1FRACR_FRACN1 (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c873 temp1_pllckcfg = ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1) >> RCC_PLL1FRACR_FRACN1_Pos); in HAL_RCC_OscConfig()
1427 fracn1 = (float_t)(uint32_t)(pllfracen * ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1) >> 3)); in HAL_RCC_GetSysClockFreq()
1707 …RCC_OscInitStruct->PLL.PLLFRACN = (uint32_t)(((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1) >> RCC_PLL1F… in HAL_RCC_GetOscConfig()
Dstm32h7xx_hal_rcc_ex.c3090 fracn1 = (float_t)(uint32_t)(pll1fracen * ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1) >> 3)); in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7xx.c371 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dsystem_stm32h7xx_dualcore_bootcm4_cm7gated.c350 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_bootcm7_cm4gated.c356 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c358 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_singlecore.c351 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx.c376 fracn1 = (float_t)(uint32_t)(pllfracen* ((RCC->PLL1FRACR & RCC_PLL1FRACR_FRACN1)>> 3)); in SystemCoreClockUpdate()
Dstm32h7a3xx.h13141 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h7b0xx.h13585 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h7b0xxq.h13597 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h7a3xxq.h13153 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h7b3xx.h13592 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h7b3xxq.h13604 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h730xxq.h15453 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h733xx.h15441 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h725xx.h15002 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h730xx.h15441 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h735xx.h15453 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h742xx.h14327 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h723xx.h14990 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h750xx.h15220 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
Dstm32h753xx.h15226 #define RCC_PLL1FRACR_FRACN1 RCC_PLL1FRACR_FRACN1_Msk macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h4561 return (uint32_t)(READ_BIT(RCC->PLL1FRACR, RCC_PLL1FRACR_FRACN1) >> RCC_PLL1FRACR_FRACN1_Pos); in LL_RCC_PLL1_GetFRACN()
4628 MODIFY_REG(RCC->PLL1FRACR, RCC_PLL1FRACR_FRACN1, FRACN << RCC_PLL1FRACR_FRACN1_Pos); in LL_RCC_PLL1_SetFRACN()
Dstm32h7xx_hal_rcc.h7626 …RCC_PLLFRACN_CONFIG(__RCC_PLL1FRACN__) MODIFY_REG(RCC->PLL1FRACR, RCC_PLL1FRACR_FRACN1, (uint32_t)…

12