Home
last modified time | relevance | path

Searched refs:RCC_PLL1DIVR_PLL1Q (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc.c887 …(((tmpreg2 & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) != (RCC_OscInitStruct->PLL1.PLLQ - 1u)… in HAL_RCC_OscConfig()
1410 pllq = ((RCC->PLL1DIVR & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + 1U; in HAL_RCC_GetPLL1QFreq()
1505 RCC_OscInitStruct->PLL1.PLLQ = (((regvalue & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + 1U); in HAL_RCC_GetOscConfig()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h2355 …MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1N | RCC_PLL1DIVR_PLL1Q, ((PLLN - 1UL) << RCC_PLL1DIVR_P… in LL_RCC_PLL1_ConfigDomain_PLL1Q()
2437 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q, (PLL1Q - 1UL) << RCC_PLL1DIVR_PLL1Q_Pos); in LL_RCC_PLL1_SetQ()
2448 return (uint32_t)((READ_BIT(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + 1UL); in LL_RCC_PLL1_GetQ()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c959 ((READ_BIT(temp2_pllckcfg, RCC_PLL1DIVR_PLL1Q) >> \ in HAL_RCC_OscConfig()
1607 …pOscInitStruct->PLL.PLLQ = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) +… in HAL_RCC_GetOscConfig()
Dstm32h5xx_hal_rcc_ex.c2851RCC_PLL1DIVR_PLL1Q) >> \ in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc.c1280 ((READ_BIT(temp2_pllckcfg, RCC_PLL1DIVR_PLL1Q) >> \ in HAL_RCC_OscConfig()
1939 …pRCC_OscInitStruct->PLL.PLLQ = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Po… in HAL_RCC_GetOscConfig()
Dstm32u5xx_hal_rcc_ex.c1549RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + \ in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h3950 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1N | RCC_PLL1DIVR_PLL1Q, ((PLLN - 1UL) << \ in LL_RCC_PLL1_ConfigDomain_48M()
4041 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q, (PLL1Q - 1UL) << RCC_PLL1DIVR_PLL1Q_Pos); in LL_RCC_PLL1_SetQ()
4053 return (uint32_t)((READ_BIT(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + 1UL); in LL_RCC_PLL1_GetQ()
Dstm32u5xx_hal_rcc.h4456 MODIFY_REG(RCC->PLL1DIVR ,(RCC_PLL1DIVR_PLL1N | RCC_PLL1DIVR_PLL1P | RCC_PLL1DIVR_PLL1Q |\
4461 RCC_PLL1DIVR_PLL1Q) |\
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h4402 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q, (PLL1Q - 1UL) << RCC_PLL1DIVR_PLL1Q_Pos); in LL_RCC_PLL1_SetQ()
4413 return (uint32_t)((READ_BIT(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Pos) + 1UL); in LL_RCC_PLL1_GetQ()
Dstm32h5xx_hal_rcc.h4572 … ((((__PLL1Q__) - 1U) << RCC_PLL1DIVR_PLL1Q_Pos) & RCC_PLL1DIVR_PLL1Q) | \
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6054 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32wba52xx.h9827 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32wba54xx.h10099 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32wba55xx.h10117 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8583 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32h523xx.h12761 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32h562xx.h13421 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32h533xx.h13279 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32h563xx.h15505 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
Dstm32h573xx.h16023 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32u5xx/soc/
Dstm32u535xx.h14081 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk /*!< PLL1Q[6:0]… macro
Dstm32u545xx.h14594 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk /*!< PLL1Q[6:0]… macro
Dstm32u575xx.h15488 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk /*!< PLL1Q[6:0]… macro
Dstm32u585xx.h16050 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk /*!< PLL1Q[6:0]… macro
Dstm32u5f7xx.h18049 #define RCC_PLL1DIVR_PLL1Q RCC_PLL1DIVR_PLL1Q_Msk /*!< PLL1Q[6:0]… macro

12