Searched refs:PLLCTL_PLL_LOCK_LOCK_REFDIV_SHIFT (Results 1 – 1 of 1) sorted by relevance
265 #define PLLCTL_PLL_LOCK_LOCK_REFDIV_SHIFT (24U) macro266 #define PLLCTL_PLL_LOCK_LOCK_REFDIV_SET(x) (((uint32_t)(x) << PLLCTL_PLL_LOCK_LOCK_REFDIV_SHIFT) & …267 …IV_GET(x) (((uint32_t)(x) & PLLCTL_PLL_LOCK_LOCK_REFDIV_MASK) >> PLLCTL_PLL_LOCK_LOCK_REFDIV_SHIFT)
Completed in 5 milliseconds