/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4795 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3SRC | RCC_PLL3CFGR_PLL3M, Source | \ in LL_RCC_PLL3_ConfigDomain_SAI() 4823 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3SRC | RCC_PLL3CFGR_PLL3M, Source | \ in LL_RCC_PLL3_ConfigDomain_48M() 4853 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3SRC | RCC_PLL3CFGR_PLL3M, Source | \ in LL_RCC_PLL3_ConfigDomain_HSPI_LTDC() 4986 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M, (PLL3M - 1UL) << RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_SetDivider() 4996 return (uint32_t)((READ_BIT(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos) + 1UL); in LL_RCC_PLL3_GetDivider()
|
D | stm32u5xx_hal_rcc_ex.h | 1352 …MODIFY_REG(RCC->PLL3CFGR,(RCC_PLL3CFGR_PLL3SRC|RCC_PLL3CFGR_PLL3M), ((__PLL3SOURCE__) << RCC_PLL3C…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 5063 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M, PLL3M << RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_SetM() 5073 return (uint32_t)(READ_BIT(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos); in LL_RCC_PLL3_GetM()
|
D | stm32h5xx_hal_rcc_ex.h | 1672 MODIFY_REG(RCC->PLL3CFGR, (RCC_PLL3CFGR_PLL3SRC | RCC_PLL3CFGR_PLL3M), \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1345 …pPeriphClkInit->PLL3.PLL3M = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M… in HAL_RCCEx_GetPeriphCLKConfig() 1687 pll3m = ((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos) + 1U; in HAL_RCCEx_GetPLL3ClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2558 …pPeriphClkInit->PLL3.PLL3M = (uint32_t)((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M… in HAL_RCCEx_GetPeriphCLKConfig() 3064 pll3m = ((RCC->PLL3CFGR & RCC_PLL3CFGR_PLL3M) >> RCC_PLL3CFGR_PLL3M_Pos); in HAL_RCCEx_GetPLL3ClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 12715 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk macro
|
D | stm32h562xx.h | 13395 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk macro
|
D | stm32h533xx.h | 13234 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk macro
|
D | stm32h573xx.h | 15998 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk macro
|
D | stm32h563xx.h | 15479 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 14557 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u535xx.h | 14044 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u575xx.h | 15452 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u585xx.h | 16014 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u595xx.h | 16480 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5a5xx.h | 17042 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5f7xx.h | 18013 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u599xx.h | 20206 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5g7xx.h | 18575 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5f9xx.h | 21142 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5a9xx.h | 20768 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|
D | stm32u5g9xx.h | 21704 #define RCC_PLL3CFGR_PLL3M RCC_PLL3CFGR_PLL3M_Msk /*!< PLL3M[3:0]… macro
|