Searched refs:PLL2DIVR2 (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 392 WRITE_REG(RCC->PLL2DIVR2, 0x00000101U); in HAL_RCC_DeInit() 1566 plls = ((RCC->PLL2DIVR2 & RCC_PLL2DIVR2_DIVS) >> RCC_PLL2DIVR2_DIVS_Pos) + 1U; in HAL_RCC_GetPLL2SFreq() 1581 pllt = ((RCC->PLL2DIVR2 & RCC_PLL2DIVR2_DIVT) >> RCC_PLL2DIVR2_DIVT_Pos) + 1U; in HAL_RCC_GetPLL2TFreq() 1774 regvalue = RCC->PLL2DIVR2; in HAL_RCC_GetOscConfig()
|
D | stm32h7rsxx_ll_rcc.c | 216 LL_RCC_WriteReg(PLL2DIVR2, 0x00000101U); in LL_RCC_DeInit() 223 LL_RCC_WriteReg(PLL2DIVR2, 0x00000101U); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 4547 …return (uint32_t)((READ_BIT(RCC->PLL2DIVR2, RCC_PLL2DIVR2_DIVS) >> RCC_PLL2DIVR2_DIVS_Pos) + 1UL); in LL_RCC_PLL2_GetS() 4557 …return (uint32_t)((READ_BIT(RCC->PLL2DIVR2, RCC_PLL2DIVR2_DIVT) >> RCC_PLL2DIVR2_DIVT_Pos) + 1UL); in LL_RCC_PLL2_GetT() 4633 MODIFY_REG(RCC->PLL2DIVR2, RCC_PLL2DIVR2_DIVS, (S - 1UL) << RCC_PLL2DIVR2_DIVS_Pos); in LL_RCC_PLL2_SetS() 4644 MODIFY_REG(RCC->PLL2DIVR2, RCC_PLL2DIVR2_DIVT, (T - 1UL) << RCC_PLL2DIVR2_DIVT_Pos); in LL_RCC_PLL2_SetT()
|
D | stm32h7rsxx_hal_rcc.h | 4089 MODIFY_REG(RCC->PLL2DIVR2, (RCC_PLL2DIVR2_DIVS | RCC_PLL2DIVR2_DIVT) , \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1460 …__IO uint32_t PLL2DIVR2; /*!< RCC PLL2 dividers configuration register 2, … member
|
D | stm32h7s7xx.h | 1622 …__IO uint32_t PLL2DIVR2; /*!< RCC PLL2 dividers configuration register 2, … member
|
D | stm32h7s3xx.h | 1553 …__IO uint32_t PLL2DIVR2; /*!< RCC PLL2 dividers configuration register 2, … member
|
D | stm32h7r7xx.h | 1527 …__IO uint32_t PLL2DIVR2; /*!< RCC PLL2 dividers configuration register 2, … member
|