Searched refs:LFAST_PLLCR_FBDIV_SHIFT (Results 1 – 2 of 2) sorted by relevance
528 #define LFAST_PLLCR_FBDIV_SHIFT (2U) macro530 …LCR_FBDIV(x) (((uint32_t)(((uint32_t)(x)) << LFAST_PLLCR_FBDIV_SHIFT)) & LFAST…
4043 …Fbdiv = ((Base->PLLCR & LFAST_PLLCR_FBDIV_MASK) >> LFAST_PLLCR_FBDIV_SHIFT); /* mu… in LFAST_PLL_VCO()