Home
last modified time | relevance | path

Searched refs:CLK_PLLCTL_OUTDIV_Pos (Results 1 – 5 of 5) sorted by relevance

/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dclk_reg.h1452 #define CLK_PLLCTL_OUTDIV_Pos (14) /*!< CLK… macro
1453 #define CLK_PLLCTL_OUTDIV_Msk (0x3ul << CLK_PLLCTL_OUTDIV_Pos) /*!< CLK…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dclk_reg.h2092 #define CLK_PLLCTL_OUTDIV_Pos (14) /*!< CLK… macro
2093 #define CLK_PLLCTL_OUTDIV_Msk (0x3ul << CLK_PLLCTL_OUTDIV_Pos) /*!< CLK…
/hal_nuvoton-latest/dts/m46x/
Dclk_reg.h2096 #define CLK_PLLCTL_OUTDIV_Pos (14) /*!< CLK… macro
2097 #define CLK_PLLCTL_OUTDIV_Msk (0x3ul << CLK_PLLCTL_OUTDIV_Pos) /*!< CLK…
/hal_nuvoton-latest/m46x/StdDriver/src/
Dclk.c1142 (u32NO << CLK_PLLCTL_OUTDIV_Pos) | in CLK_EnablePLL()
1433 u32NO = au8NoTbl[((u32PllReg & CLK_PLLCTL_OUTDIV_Msk) >> CLK_PLLCTL_OUTDIV_Pos)]; in CLK_GetPLLClockFreq()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dclk.c1224 u32NO = au8NoTbl[((u32PllReg & CLK_PLLCTL_OUTDIV_Msk) >> CLK_PLLCTL_OUTDIV_Pos)]; in CLK_GetPLLClockFreq()