Searched refs:PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK (Results 1 – 2 of 2) sorted by relevance
264 #define PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK (0x1000000UL) macro266 …IV_SET(x) (((uint32_t)(x) << PLLCTL_PLL_LOCK_LOCK_REFDIV_SHIFT) & PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK)267 #define PLLCTL_PLL_LOCK_LOCK_REFDIV_GET(x) (((uint32_t)(x) & PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK) >> P…
28 #define PLLCTL_PLL_LOCK_REFDIV PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK33 | PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK \
Completed in 5 milliseconds