Searched refs:PLL3DIVR2 (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 401 WRITE_REG(RCC->PLL3DIVR2, 0x00000101U); in HAL_RCC_DeInit() 1641 plls = ((RCC->PLL3DIVR2 & RCC_PLL3DIVR2_DIVS) >> RCC_PLL3DIVR2_DIVS_Pos) + 1U; in HAL_RCC_GetPLL3SFreq() 1814 regvalue = RCC->PLL3DIVR2; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 5042 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS) >> RCC_PLL3DIVR2_DIVS_Pos) + 1UL); in LL_RCC_PLL3_GetS() 5118 MODIFY_REG(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS, (S - 1UL) << RCC_PLL3DIVR2_DIVS_Pos); in LL_RCC_PLL3_SetS()
|
D | stm32h7rsxx_hal_rcc.h | 4229 MODIFY_REG(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS, \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1461 …__IO uint32_t PLL3DIVR2; /*!< RCC PLL3 dividers configuration register 2, … member
|
D | stm32h7s7xx.h | 1623 …__IO uint32_t PLL3DIVR2; /*!< RCC PLL3 dividers configuration register 2, … member
|
D | stm32h7s3xx.h | 1554 …__IO uint32_t PLL3DIVR2; /*!< RCC PLL3 dividers configuration register 2, … member
|
D | stm32h7r7xx.h | 1528 …__IO uint32_t PLL3DIVR2; /*!< RCC PLL3 dividers configuration register 2, … member
|