Home
last modified time | relevance | path

Searched refs:LL_RCC_PLL4_GetFRACN (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c761 …putfreq = LL_RCC_CalcPLLClockFreq(pllinputfreq, divm, LL_RCC_PLL4_GetN(), LL_RCC_PLL4_GetFRACN(), \ in LL_RCC_GetPLL4ClockFreq()
Dstm32n6xx_hal_rcc_ex.c2994 …plloutputfreq = RCCEx_CalcPLLFreq(pllinputfreq, divm, LL_RCC_PLL4_GetN(), LL_RCC_PLL4_GetFRACN(), \ in HAL_RCCEx_GetPLL4CLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h6349 __STATIC_INLINE uint32_t LL_RCC_PLL4_GetFRACN(void) in LL_RCC_PLL4_GetFRACN() function