Home
last modified time | relevance | path

Searched refs:RCC_PLL2DIVR_PLL2N (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h980 MODIFY_REG(RCC->PLL2DIVR ,(RCC_PLL2DIVR_PLL2N|RCC_PLL2DIVR_PLL2P|RCC_PLL2DIVR_PLL2Q|\
981 … RCC_PLL2DIVR_PLL2R), ((((__PLL2N__) - 1U) & RCC_PLL2DIVR_PLL2N) | ((((__PLL2P__) -1U)<< \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1002 …pPeriphClkInit->PLL2.PLL2N = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) >> RCC_PLL2DIVR_PLL2N… in HAL_RCCEx_GetPeriphCLKConfig()
1231 pll2n = (RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N); in HAL_RCCEx_GetPLL2ClockFreq()
1243 …(float_t)HSI_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) + \ in HAL_RCCEx_GetPLL2ClockFreq()
1253 …(float_t)HSE_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) + \ in HAL_RCCEx_GetPLL2ClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2598 …pPeriphClkInit->PLL2.PLL2N = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) >> RCC_PLL2DIVR_PLL2N… in HAL_RCCEx_GetPeriphCLKConfig()
2982 pll2n = (RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N); in HAL_RCCEx_GetPLL2ClockFreq()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h1451 WRITE_REG(RCC->PLL2DIVR , ((((__PLL2N__) - 1U) & RCC_PLL2DIVR_PLL2N) | \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u585xx.h15582 #define RCC_PLL2DIVR_PLL2N RCC_PLL2DIVR_PLL2N_Msk /*!< PLL2N[8:0]… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h16010 #define RCC_PLL2DIVR_PLL2N RCC_PLL2DIVR_PLL2N_Msk macro