/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc.c | 812 … ((RCC_OscInitStruct->PLL1.PLLM - 1u) << RCC_PLL1CFGR_PLL1M_Pos) | RCC_PLL1CFGR_PLL1REN); in HAL_RCC_OscConfig() 884 …(((tmpreg1 & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) != (RCC_OscInitStruct->PLL1.PLLM - 1u)… in HAL_RCC_OscConfig() 1489 RCC_OscInitStruct->PLL1.PLLM = (((regvalue & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U); in HAL_RCC_GetOscConfig() 1768 tmp = ((tmpreg1 & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in RCC_PLL1_GetVCOOutputFreq()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rcc.h | 2308 …FGR, RCC_PLL1CFGR_PLL1SRC | RCC_PLL1CFGR_PLL1M, Source | ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_PLL1R() 2331 …FGR, RCC_PLL1CFGR_PLL1SRC | RCC_PLL1CFGR_PLL1M, Source | ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_PLL1P() 2354 …FGR, RCC_PLL1CFGR_PLL1SRC | RCC_PLL1CFGR_PLL1M, Source | ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_PLL1Q() 2480 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M, (PLL1M - 1UL) << RCC_PLL1CFGR_PLL1M_Pos); in LL_RCC_PLL1_SetDivider() 2490 return (uint32_t)((READ_BIT(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1UL); in LL_RCC_PLL1_GetDivider()
|
D | stm32wbaxx_hal_rcc.h | 1950 … | RCC_PLL1CFGR_PLL1M), ((__PLL1SOURCE__) | (((__PLL1M__) - 1U) << RCC_PLL1CFGR_PLL1M_Pos))); \
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc.c | 955 RCC_PLL1CFGR_PLL1M_Pos) != (pOscInitStruct->PLL.PLLM)) || in HAL_RCC_OscConfig() 1432 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos); in HAL_RCC_GetSysClockFreq() 1605 pOscInitStruct->PLL.PLLM = (uint32_t)((reg1val & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos); in HAL_RCC_GetOscConfig()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 3893 ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_SYS() 3921 ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_SAI() 3949 ((PLLM - 1UL) << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_48M() 4088 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M, (PLL1M - 1UL) << RCC_PLL1CFGR_PLL1M_Pos); in LL_RCC_PLL1_SetDivider() 4099 return (uint32_t)((READ_BIT(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1UL); in LL_RCC_PLL1_GetDivider()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 1291 RCC_PLL1CFGR_PLL1M_Pos) != (pRCC_OscInitStruct->PLL.PLLM - 1U)) || in HAL_RCC_OscConfig() 1785 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in HAL_RCC_GetSysClockFreq() 1953 …InitStruct->PLL.PLLM = (uint32_t)(((reg1val & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U); in HAL_RCC_GetOscConfig()
|
D | stm32u5xx_hal_rcc_ex.c | 1510 pll1m = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in HAL_RCCEx_GetPLL1ClockFreq()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | system_stm32u5xx.c | 311 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M)>> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in SystemCoreClockUpdate()
|
D | system_stm32u5xx_s.c | 334 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M)>> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in SystemCoreClockUpdate()
|
D | stm32u535xx.h | 13993 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 13994 #define RCC_PLL1CFGR_PLL1M_Msk (0xFUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x000003F0… 13996 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 13997 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 13998 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 13999 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800…
|
D | stm32u545xx.h | 14506 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 14507 #define RCC_PLL1CFGR_PLL1M_Msk (0xFUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x000003F0… 14509 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 14510 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 14511 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 14512 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800…
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/soc/ |
D | system_stm32wbaxx.c | 318 pllm = ((tmp1 & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in SystemCoreClockUpdate()
|
D | system_stm32wbaxx_s.c | 340 pllm = ((tmp1 & RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos) + 1U; in SystemCoreClockUpdate()
|
D | stm32wba50xx.h | 6004 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 6005 #define RCC_PLL1CFGR_PLL1M_Msk (0x7UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000700… 6007 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 6008 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 6009 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400…
|
D | stm32wba52xx.h | 9777 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 9778 #define RCC_PLL1CFGR_PLL1M_Msk (0x7UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000700… 9780 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 9781 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 9782 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400…
|
D | stm32wba54xx.h | 10049 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 10050 #define RCC_PLL1CFGR_PLL1M_Msk (0x7UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000700… 10052 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 10053 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 10054 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400…
|
D | stm32wba55xx.h | 10067 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 10068 #define RCC_PLL1CFGR_PLL1M_Msk (0x7UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000700… 10070 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 10071 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 10072 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400…
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/ |
D | system_stm32h5xx.c | 346 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M)>> RCC_PLL1CFGR_PLL1M_Pos); in SystemCoreClockUpdate()
|
D | system_stm32h5xx_s.c | 360 pllm = ((RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1M)>> RCC_PLL1CFGR_PLL1M_Pos); in SystemCoreClockUpdate()
|
D | stm32h503xx.h | 8877 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 8878 #define RCC_PLL1CFGR_PLL1M_Msk (0x3FUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00003F00… 8880 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 8881 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 8882 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 8883 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800… 8884 #define RCC_PLL1CFGR_PLL1M_4 (0x10UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00001000… 8885 #define RCC_PLL1CFGR_PLL1M_5 (0x20UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00002000…
|
D | stm32h562xx.h | 13266 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 13267 #define RCC_PLL1CFGR_PLL1M_Msk (0x3FUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00003F00… 13269 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 13270 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 13271 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 13272 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800… 13273 #define RCC_PLL1CFGR_PLL1M_4 (0x10UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00001000… 13274 #define RCC_PLL1CFGR_PLL1M_5 (0x20UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00002000…
|
D | stm32h563xx.h | 15350 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 15351 #define RCC_PLL1CFGR_PLL1M_Msk (0x3FUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00003F00… 15353 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 15354 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 15355 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 15356 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800… 15357 #define RCC_PLL1CFGR_PLL1M_4 (0x10UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00001000… 15358 #define RCC_PLL1CFGR_PLL1M_5 (0x20UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00002000…
|
D | stm32h573xx.h | 15895 #define RCC_PLL1CFGR_PLL1M_Pos (8U) macro 15896 #define RCC_PLL1CFGR_PLL1M_Msk (0x3FUL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00003F00… 15898 #define RCC_PLL1CFGR_PLL1M_0 (0x01UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000100… 15899 #define RCC_PLL1CFGR_PLL1M_1 (0x02UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000200… 15900 #define RCC_PLL1CFGR_PLL1M_2 (0x04UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000400… 15901 #define RCC_PLL1CFGR_PLL1M_3 (0x08UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00000800… 15902 #define RCC_PLL1CFGR_PLL1M_4 (0x10UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00001000… 15903 #define RCC_PLL1CFGR_PLL1M_5 (0x20UL << RCC_PLL1CFGR_PLL1M_Pos) /*!< 0x00002000…
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4313 …->PLL1CFGR, RCC_PLL1CFGR_PLL1SRC | RCC_PLL1CFGR_PLL1M, Source | (PLL1M << RCC_PLL1CFGR_PLL1M_Pos)); in LL_RCC_PLL1_ConfigDomain_SYS() 4441 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M, PLL1M << RCC_PLL1CFGR_PLL1M_Pos); in LL_RCC_PLL1_SetM() 4451 return (uint32_t)(READ_BIT(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M) >> RCC_PLL1CFGR_PLL1M_Pos); in LL_RCC_PLL1_GetM()
|
D | stm32h5xx_hal_rcc.h | 4570 … ((__PLL1SOURCE__) << RCC_PLL1CFGR_PLL1SRC_Pos) | ((__PLL1M__) << RCC_PLL1CFGR_PLL1M_Pos));\ 4602 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1M, (__PLL1M__) << RCC_PLL1CFGR_PLL1M_Pos)
|