Searched refs:new_dacctrl (Results 1 – 1 of 1) sorted by relevance
479 uint32_t new_dacctrl = 0; in dac_chan_set_config() local483 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