Home
last modified time | relevance | path

Searched refs:RCC_PLL2CFGR_PLL2M (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4379 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()
Dstm32u5xx_hal_rcc_ex.h1221 …MODIFY_REG(RCC->PLL2CFGR,(RCC_PLL2CFGR_PLL2SRC|RCC_PLL2CFGR_PLL2M), ((__PLL2SOURCE__)<< RCC_PLL2CF…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h4625 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()
Dstm32h5xx_hal_rcc_ex.h1443 MODIFY_REG(RCC->PLL2CFGR, (RCC_PLL2CFGR_PLL2SRC | RCC_PLL2CFGR_PLL2M), \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1334 …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/
Dstm32h5xx_hal_rcc_ex.c2546 …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/
Dstm32h503xx.h8539 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
Dstm32h523xx.h12679 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
Dstm32h562xx.h13359 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
Dstm32h533xx.h13198 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
Dstm32h573xx.h15962 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
Dstm32h563xx.h15443 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h14526 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u535xx.h14013 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u575xx.h15421 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u585xx.h15983 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u595xx.h16449 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5a5xx.h17011 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5f7xx.h17982 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u599xx.h20175 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5g7xx.h18544 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5f9xx.h21111 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5a9xx.h20737 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro
Dstm32u5g9xx.h21673 #define RCC_PLL2CFGR_PLL2M RCC_PLL2CFGR_PLL2M_Msk /*!< PLL2M[3:0]… macro