Home
last modified time | relevance | path

Searched refs:RCC_PLL1CFGR_PLL1FRACEN_Pos (Results 1 – 25 of 31) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dsystem_stm32u5xx.c312 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN)>>RCC_PLL1CFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
Dsystem_stm32u5xx_s.c335 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN)>>RCC_PLL1CFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
Dstm32u545xx.h14483 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
14484 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32u535xx.h13970 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
13971 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32u575xx.h15378 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
15379 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32u585xx.h15940 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
15941 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32u595xx.h16406 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
16407 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32u5a5xx.h16968 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
16969 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dsystem_stm32h5xx.c347 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN)>>RCC_PLL1CFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
Dsystem_stm32h5xx_s.c361 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN)>>RCC_PLL1CFGR_PLL1FRACEN_Pos); in SystemCoreClockUpdate()
Dstm32h503xx.h8495 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
8496 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32h523xx.h12635 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
12636 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32h562xx.h13315 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
13316 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32h533xx.h13154 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
13155 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32h573xx.h15918 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
15919 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32h563xx.h15399 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
15400 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c1433 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN) >> RCC_PLL1CFGR_PLL1FRACEN_Pos); in HAL_RCC_GetSysClockFreq()
Dstm32h5xx_hal_rcc_ex.c2795 pll1fracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN) >> RCC_PLL1CFGR_PLL1FRACEN_Pos); in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc.c1774 pllfracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN) >> RCC_PLL1CFGR_PLL1FRACEN_Pos); in HAL_RCC_GetSysClockFreq()
Dstm32u5xx_hal_rcc_ex.c1510 pll1fracen = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1FRACEN) >> RCC_PLL1CFGR_PLL1FRACEN_Pos); in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6000 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
6001 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32wba52xx.h9774 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
9775 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32wba54xx.h10046 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
10047 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32wba5mxx.h10064 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
10065 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…
Dstm32wba55xx.h10064 #define RCC_PLL1CFGR_PLL1FRACEN_Pos (4U) macro
10065 #define RCC_PLL1CFGR_PLL1FRACEN_Msk (0x1UL << RCC_PLL1CFGR_PLL1FRACEN_Pos) /*!< 0x00000010…

12