Searched refs:PLL3DIVR1 (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 398 WRITE_REG(RCC->PLL3DIVR1, 0x01010280U); in HAL_RCC_DeInit() 1596 pllp = ((RCC->PLL3DIVR1 & RCC_PLL3DIVR1_DIVP) >> RCC_PLL3DIVR1_DIVP_Pos) + 1U; in HAL_RCC_GetPLL3PFreq() 1611 pllq = ((RCC->PLL3DIVR1 & RCC_PLL3DIVR1_DIVQ) >> RCC_PLL3DIVR1_DIVQ_Pos) + 1U; in HAL_RCC_GetPLL3QFreq() 1626 pllr = ((RCC->PLL3DIVR1 & RCC_PLL3DIVR1_DIVR) >> RCC_PLL3DIVR1_DIVR_Pos) + 1U; in HAL_RCC_GetPLL3RFreq() 1809 regvalue = RCC->PLL3DIVR1; in HAL_RCC_GetOscConfig() 2255 tmpreg2 = RCC->PLL3DIVR1; in RCC_PLL3_GetVCOOutputFreq()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 4992 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVN) >> RCC_PLL3DIVR1_DIVN_Pos) + 1UL); in LL_RCC_PLL3_GetN() 5012 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVP) >> RCC_PLL3DIVR1_DIVP_Pos) + 1UL); in LL_RCC_PLL3_GetP() 5022 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVQ) >> RCC_PLL3DIVR1_DIVQ_Pos) + 1UL); in LL_RCC_PLL3_GetQ() 5032 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVR) >> RCC_PLL3DIVR1_DIVR_Pos) + 1UL); in LL_RCC_PLL3_GetR() 5063 MODIFY_REG(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVN, (N - 1UL) << RCC_PLL3DIVR1_DIVN_Pos); in LL_RCC_PLL3_SetN() 5085 MODIFY_REG(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVP, (P - 1UL) << RCC_PLL3DIVR1_DIVP_Pos); in LL_RCC_PLL3_SetP() 5096 MODIFY_REG(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVQ, (Q - 1UL) << RCC_PLL3DIVR1_DIVQ_Pos); in LL_RCC_PLL3_SetQ() 5107 MODIFY_REG(RCC->PLL3DIVR1, RCC_PLL3DIVR1_DIVR, (R - 1UL) << RCC_PLL3DIVR1_DIVR_Pos); in LL_RCC_PLL3_SetR()
|
D | stm32h7rsxx_hal_rcc.h | 4225 WRITE_REG(RCC->PLL3DIVR1, ((((__PLL3N__) - 1U) & RCC_PLL3DIVR1_DIVN) | \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1430 …__IO uint32_t PLL3DIVR1; /*!< RCC PLL3 dividers configuration register 1, … member
|
D | stm32h7s7xx.h | 1592 …__IO uint32_t PLL3DIVR1; /*!< RCC PLL3 dividers configuration register 1, … member
|
D | stm32h7s3xx.h | 1523 …__IO uint32_t PLL3DIVR1; /*!< RCC PLL3 dividers configuration register 1, … member
|
D | stm32h7r7xx.h | 1497 …__IO uint32_t PLL3DIVR1; /*!< RCC PLL3 dividers configuration register 1, … member
|