PORT_PLL_M2_FRAC_MASK
clock.m2 |= state->pll2 & PORT_PLL_M2_FRAC_MASK;
temp &= ~PORT_PLL_M2_FRAC_MASK;
hw_state->pll2 &= PORT_PLL_M2_FRAC_MASK;