Searched refs:PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK (Results 1 – 2 of 2) sorted by relevance
276 #define PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK (0x100000UL) macro278 …ET(x) (((uint32_t)(x) << PLLCTL_PLL_LOCK_LOCK_POSTDIV1_SHIFT) & PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK)279 #define PLLCTL_PLL_LOCK_LOCK_POSTDIV1_GET(x) (((uint32_t)(x) & PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK) …
29 #define PLLCTL_PLL_LOCK_POSTDIV1 PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK34 | PLLCTL_PLL_LOCK_LOCK_POSTDIV1_MASK \
Completed in 5 milliseconds