Searched refs:new_clkctrl_config (Results 1 – 2 of 2) sorted by relevance
356 uint32_t new_clkctrl_config = (channel << GCLK_CLKCTRL_ID_Pos); in system_gclk_chan_set_config() local359 new_clkctrl_config |= config->source_generator << GCLK_CLKCTRL_GEN_Pos; in system_gclk_chan_set_config()365 GCLK->CLKCTRL.reg = new_clkctrl_config; in system_gclk_chan_set_config()
Completed in 6 milliseconds