Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dclk.c1091 ((u32MinNF - 2) << CLK_PLLCTL2_FBDIV_Pos); in CLK_EnablePLL()
1384 u32NF = ((u32Pll2Reg & CLK_PLLCTL2_FBDIV_Msk) >> CLK_PLLCTL2_FBDIV_Pos) + 2UL; in CLK_GetPLLClockFreq()
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dclk_reg.h1900 #define CLK_PLLCTL2_FBDIV_Pos (0) /*!< CLK… macro
1901 #define CLK_PLLCTL2_FBDIV_Msk (0x1fful << CLK_PLLCTL2_FBDIV_Pos) /*!< CLK…
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dclk.h340 #define CLK_PLLCTL_NF(x) (((x)-2UL)<<CLK_PLLCTL2_FBDIV_Pos) /*!< x must be constant and 2 <…