Searched refs:PLLCTL_PLL_STATUS_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance
311 #define PLLCTL_PLL_STATUS_ENABLE_MASK (0x8000000UL) macro313 #define PLLCTL_PLL_STATUS_ENABLE_GET(x) (((uint32_t)(x) & PLLCTL_PLL_STATUS_ENABLE_MASK) >> PLLCTL_…
355 return (ptr->PLL[pll].STATUS & PLLCTL_PLL_STATUS_ENABLE_MASK); in pllctl_pll_is_enabled()
Completed in 9 milliseconds