Searched refs:PLLCTL_PLL_DIV0_RESPONSE_MASK (Results 1 – 2 of 2) sorted by relevance
339 return ptr->PLL[pll].DIV1 & PLLCTL_PLL_DIV0_RESPONSE_MASK; in pllctl_div_is_stable()341 return ptr->PLL[pll].DIV0 & PLLCTL_PLL_DIV0_RESPONSE_MASK; in pllctl_div_is_stable()
359 #define PLLCTL_PLL_DIV0_RESPONSE_MASK (0x20000000UL) macro361 #define PLLCTL_PLL_DIV0_RESPONSE_GET(x) (((uint32_t)(x) & PLLCTL_PLL_DIV0_RESPONSE_MASK) >> PLLCTL_…
Completed in 7 milliseconds