Home
last modified time | relevance | path

Searched refs:new_clkctrl_config (Results 1 – 2 of 2) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd20/
A Dgclk.c356 uint32_t new_clkctrl_config = (channel << GCLK_CLKCTRL_ID_Pos); in system_gclk_chan_set_config() local
359 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()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/clock/clock_samd21_r21_da_ha1/
A Dgclk.c356 uint32_t new_clkctrl_config = (channel << GCLK_CLKCTRL_ID_Pos); in system_gclk_chan_set_config() local
359 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