Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/
A Ddac.c479 uint32_t new_dacctrl = 0; in dac_chan_set_config() local
483 new_dacctrl |= DAC_DACCTRL_LEFTADJ; in dac_chan_set_config()
487 new_dacctrl |= config->current; in dac_chan_set_config()
491 new_dacctrl |= DAC_DACCTRL_RUNSTDBY; in dac_chan_set_config()
496 new_dacctrl |= DAC_DACCTRL_DITHER; in dac_chan_set_config()
499 new_dacctrl |= DAC_DACCTRL_REFRESH(config->refresh_period); in dac_chan_set_config()
502 dac_module->DACCTRL[channel].reg = new_dacctrl; in dac_chan_set_config()

Completed in 5 milliseconds