/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 1295 pllfracen = ((RCC-> PLLCFGR & RCC_PLLCFGR_PLL1FRACEN) >> RCC_PLLCFGR_PLL1FRACEN_Pos); in HAL_RCC_GetSysClockFreq() 1719 if ((regvalue & RCC_PLLCFGR_PLL1FRACEN) != 0x00u) in HAL_RCC_GetOscConfig() 2035 …MODIFY_REG(RCC->PLLCFGR, (RCC_PLLCFGR_PLL1RGE | RCC_PLLCFGR_PLL1VCOSEL | RCC_PLLCFGR_PLL1FRACEN) <… in RCC_PLL_Config() 2061 …SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN << ((RCC_PLLCFGR_PLL2FRACEN_Pos - RCC_PLLCFGR_PLL1FRA… in RCC_PLL_Config() 2118 if ((tmpreg1 & RCC_PLLCFGR_PLL1FRACEN) != 0U) in RCC_PLL1_GetVCOOutputFreq()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | system_stm32h7rsxx.c | 221 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN) != 0U) in SystemCoreClockUpdate()
|
D | system_stm32h7xx.c | 370 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | stm32h7r3xx.h | 14768 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk /*!< PLL1 fractional… macro
|
D | stm32h7s7xx.h | 15802 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk /*!< PLL1 fractional… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 3821 SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN); in LL_RCC_PLL1FRACN_Enable() 3871 return ((READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) == RCC_PLLCFGR_PLL1FRACEN) ? 1UL : 0UL); in LL_RCC_PLL1FRACN_IsEnabled() 3925 CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN); in LL_RCC_PLL1FRACN_Disable()
|
D | stm32h7rsxx_hal_rcc.h | 3894 #define __HAL_RCC_PLL1_FRACN_ENABLE() SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) 3896 #define __HAL_RCC_PLL1_FRACN_DISABLE() CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN)
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | system_stm32h7xx_dualcore_bootcm4_cm7gated.c | 349 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | system_stm32h7xx_dualcore_bootcm7_cm4gated.c | 355 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | system_stm32h7xx_dualcore_boot_cm4_cm7.c | 357 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | system_stm32h7xx_singlecore.c | 350 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | system_stm32h7xx.c | 375 pllfracen = ((RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN)>>RCC_PLLCFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
|
D | stm32h7a3xx.h | 13053 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h7b0xx.h | 13497 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h7b0xxq.h | 13509 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h7a3xxq.h | 13065 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h7b3xx.h | 13504 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h7b3xxq.h | 13516 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h730xxq.h | 15365 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h733xx.h | 15353 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
D | stm32h725xx.h | 14914 #define RCC_PLLCFGR_PLL1FRACEN RCC_PLLCFGR_PLL1FRACEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 4388 SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN); in LL_RCC_PLL1FRACN_Enable() 4428 return ((READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) == RCC_PLLCFGR_PLL1FRACEN) ? 1UL : 0UL); in LL_RCC_PLL1FRACN_IsEnabled() 4471 CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN); in LL_RCC_PLL1FRACN_Disable()
|
D | stm32h7xx_hal_rcc.h | 7545 #define __HAL_RCC_PLLFRACN_ENABLE() SET_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN) 7547 #define __HAL_RCC_PLLFRACN_DISABLE() CLEAR_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLL1FRACEN)
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc.c | 1426 pllfracen = ((RCC-> PLLCFGR & RCC_PLLCFGR_PLL1FRACEN) >> RCC_PLLCFGR_PLL1FRACEN_Pos); in HAL_RCC_GetSysClockFreq()
|
D | stm32h7xx_hal_rcc_ex.c | 3089 pll1fracen = RCC->PLLCFGR & RCC_PLLCFGR_PLL1FRACEN; in HAL_RCCEx_GetPLL1ClockFreq()
|