Searched refs:compctrl_temp (Results 1 – 2 of 2) sorted by relevance
186 uint32_t compctrl_temp = 0; in ac_chan_set_config() local189 compctrl_temp |= config->filter; in ac_chan_set_config()193 compctrl_temp |= AC_COMPCTRL_RUNSTDBY; in ac_chan_set_config()197 compctrl_temp |= config->output_mode; in ac_chan_set_config()200 compctrl_temp |= in ac_chan_set_config()205 compctrl_temp |= config->sample_mode; in ac_chan_set_config()208 compctrl_temp |= config->interrupt_selection; in ac_chan_set_config()215 ac_module->COMPCTRL[(uint8_t)channel].reg = compctrl_temp; in ac_chan_set_config()
206 uint32_t compctrl_temp = 0; in ac_chan_set_config() local209 compctrl_temp |= config->filter; in ac_chan_set_config()213 compctrl_temp |= AC_COMPCTRL_HYST; in ac_chan_set_config()217 compctrl_temp |= config->output_mode; in ac_chan_set_config()220 compctrl_temp |= in ac_chan_set_config()225 compctrl_temp |= config->sample_mode; in ac_chan_set_config()228 compctrl_temp |= config->interrupt_selection; in ac_chan_set_config()235 ac_module->COMPCTRL[(uint8_t)channel].reg = compctrl_temp; in ac_chan_set_config()
Completed in 14 milliseconds