Home
last modified time | relevance | path

Searched refs:RCC_PLL3DIVR_N3 (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1743 …PeriphClkInit->PLL3.PLL3N = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_N3) >> RCC_PLL3DIVR_N3_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
3036 …_t)hsivalue / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIVR_N3) + (fracn3 / … in HAL_RCCEx_GetPLL3ClockFreq()
3040 …t)HSI_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIVR_N3) + (fracn3 / … in HAL_RCCEx_GetPLL3ClockFreq()
3044 …t)CSI_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIVR_N3) + (fracn3 / … in HAL_RCCEx_GetPLL3ClockFreq()
3048 …t)HSE_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIVR_N3) + (fracn3 / … in HAL_RCCEx_GetPLL3ClockFreq()
3052 …t)CSI_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIVR_N3) + (fracn3 / … in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h5137 return (uint32_t)((READ_BIT(RCC->PLL3DIVR, RCC_PLL3DIVR_N3) >> RCC_PLL3DIVR_N3_Pos) + 1UL); in LL_RCC_PLL3_GetN()
5198 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_N3, (N - 1UL) << RCC_PLL3DIVR_N3_Pos); in LL_RCC_PLL3_SetN()
Dstm32h7xx_hal_rcc_ex.h1960 …WRITE_REG (RCC->PLL3DIVR , ( (((__PLL3N__) - 1U ) & RCC_PLL3DIVR_N3) | ((((__PLL3P__) -1U ) << 9U)…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1696 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_N3, ((__PLL3N__) - 1U) << RCC_PLL3DIVR_N3_Pos)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13165 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h7b0xx.h13609 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h7b0xxq.h13621 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h7a3xxq.h13177 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h7b3xx.h13616 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h7b3xxq.h13628 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h730xxq.h15477 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h733xx.h15465 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h725xx.h15026 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h730xx.h15465 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h735xx.h15477 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h742xx.h14351 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h723xx.h15014 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h750xx.h15244 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h753xx.h15250 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h745xx.h15557 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h745xg.h15557 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h743xx.h14981 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h755xx.h15826 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h757xx.h18983 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro
Dstm32h747xg.h18714 #define RCC_PLL3DIVR_N3 RCC_PLL3DIVR_N3_Msk macro

12