Searched refs:PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK (Results 1 – 2 of 2) sorted by relevance
252 #define PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK (0x80000000UL) macro254 …(x) (((uint32_t)(x) << PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_SHIFT) & PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK)255 #define PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_GET(x) (((uint32_t)(x) & PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK…
27 #define PLLCTL_PLL_LOCK_SS_RESET PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK32 #define PLLCTL_PLL_LOCK_ALL (PLLCTL_PLL_LOCK_LOCK_SS_RSTPTR_MASK \
Completed in 17 milliseconds