/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4379 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2SRC | RCC_PLL2CFGR_PLL2M, Source | \ in LL_RCC_PLL2_ConfigDomain_48M() 4406 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2SRC | RCC_PLL2CFGR_PLL2M, Source | \ in LL_RCC_PLL2_ConfigDomain_SAI() 4433 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2SRC | RCC_PLL2CFGR_PLL2M, Source | \ in LL_RCC_PLL2_ConfigDomain_ADC() 4564 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2M, (PLL2M - 1UL) << RCC_PLL2CFGR_PLL2M_Pos); in LL_RCC_PLL2_SetDivider() 4574 return (uint32_t)((READ_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M_Pos) + 1UL); in LL_RCC_PLL2_GetDivider()
|
D | stm32u5xx_hal_rcc_ex.h | 1221 …MODIFY_REG(RCC->PLL2CFGR,(RCC_PLL2CFGR_PLL2SRC|RCC_PLL2CFGR_PLL2M), ((__PLL2SOURCE__)<< RCC_PLL2CF…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4625 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2M, PLL2M << RCC_PLL2CFGR_PLL2M_Pos); in LL_RCC_PLL2_SetM() 4635 return (uint32_t)(READ_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M_Pos); in LL_RCC_PLL2_GetM()
|
D | stm32h5xx_hal_rcc_ex.h | 1443 MODIFY_REG(RCC->PLL2CFGR, (RCC_PLL2CFGR_PLL2SRC | RCC_PLL2CFGR_PLL2M), \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1334 …pPeriphClkInit->PLL2.PLL2M = (uint32_t)((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M… in HAL_RCCEx_GetPeriphCLKConfig() 1598 pll2m = ((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M_Pos) + 1U; in HAL_RCCEx_GetPLL2ClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2546 …pPeriphClkInit->PLL2.PLL2M = (uint32_t)((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M… in HAL_RCCEx_GetPeriphCLKConfig() 2930 pll2m = ((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2M) >> RCC_PLL2CFGR_PLL2M_Pos); in HAL_RCCEx_GetPLL2ClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8539 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
D | stm32h523xx.h | 12679 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
D | stm32h562xx.h | 13359 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
D | stm32h533xx.h | 13198 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
D | stm32h573xx.h | 15962 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
D | stm32h563xx.h | 15443 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 14526 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u535xx.h | 14013 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u575xx.h | 15421 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u585xx.h | 15983 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u595xx.h | 16449 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5a5xx.h | 17011 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5f7xx.h | 17982 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u599xx.h | 20175 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5g7xx.h | 18544 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5f9xx.h | 21111 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5a9xx.h | 20737 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|
D | stm32u5g9xx.h | 21673 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
|