Searched refs:on_demand (Results 1 – 15 of 15) sorted by relevance
573 bool on_demand; member598 bool on_demand; member616 bool on_demand; member635 bool on_demand; member651 bool on_demand; member701 config->on_demand = true; in system_clock_source_xosc_get_config_defaults()746 config->on_demand = true; in system_clock_source_xosc32k_get_config_defaults()784 config->on_demand = true; in system_clock_source_osc32k_get_config_defaults()820 config->on_demand = true; in system_clock_source_osc8m_get_config_defaults()863 config->on_demand = true; in system_clock_source_dfll_get_config_defaults()[all …]
197 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_osc8m_set_config()220 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_osc32k_set_config()267 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_xosc_set_config()301 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_xosc32k_set_config()394 ((uint32_t)config->on_demand << SYSCTRL_DFLLCTRL_ONDEMAND_Pos); in system_clock_source_dfll_set_config()729 xosc_conf.on_demand = CONF_CLOCK_XOSC_ON_DEMAND; in system_clock_init()748 xosc32k_conf.on_demand = false; in system_clock_init()771 osc32k_conf.on_demand = CONF_CLOCK_OSC32K_ON_DEMAND; in system_clock_init()785 dfll_conf.on_demand = false; in system_clock_init()856 osc8m_conf.on_demand = CONF_CLOCK_OSC8M_ON_DEMAND; in system_clock_init()
575 bool on_demand; member600 bool on_demand; member618 bool on_demand; member637 bool on_demand; member653 bool on_demand; member703 config->on_demand = true; in system_clock_source_xosc_get_config_defaults()748 config->on_demand = true; in system_clock_source_xosc32k_get_config_defaults()786 config->on_demand = true; in system_clock_source_osc32k_get_config_defaults()822 config->on_demand = true; in system_clock_source_osc8m_get_config_defaults()865 config->on_demand = true; in system_clock_source_dfll_get_config_defaults()[all …]
242 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_osc8m_set_config()265 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_osc32k_set_config()312 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_xosc_set_config()346 temp.bit.ONDEMAND = config->on_demand; in system_clock_source_xosc32k_set_config()380 ((uint32_t)config->on_demand << SYSCTRL_DFLLCTRL_ONDEMAND_Pos); in system_clock_source_dfll_set_config()795 xosc_conf.on_demand = CONF_CLOCK_XOSC_ON_DEMAND; in system_clock_init()814 xosc32k_conf.on_demand = false; in system_clock_init()838 osc32k_conf.on_demand = CONF_CLOCK_OSC32K_ON_DEMAND; in system_clock_init()852 dfll_conf.on_demand = false; in system_clock_init()924 osc8m_conf.on_demand = CONF_CLOCK_OSC8M_ON_DEMAND; in system_clock_init()[all …]
121 bool on_demand; member229 config->on_demand = false; in system_voltage_reference_get_config_defaults()246 SUPC->VREF.bit.ONDEMAND = config->on_demand; in system_voltage_reference_set_config()
78 config->on_demand = false; in _opamp_get_config_common_defaults()139 if (config->config_common.on_demand) { in opamp0_set_config()175 if (config->config_common.on_demand) { in opamp1_set_config()211 if (config->config_common.on_demand) { in opamp2_set_config()
354 bool on_demand; member
37 config_ext32k.on_demand = false; in configure_extosc32k()
160 config->on_demand = false; in events_get_config_defaults()194 ((uint32_t)config->on_demand << EVSYS_CHANNEL_ONDEMAND_Pos) | in events_allocate()
339 bool on_demand; member463 config->on_demand = false; in system_voltage_reference_get_config_defaults()483 SUPC->VREF.bit.ONDEMAND = config->on_demand; in system_voltage_reference_set_config()
371 bool on_demand; member
896 bool on_demand; member1088 config->on_demand = false; in tc_get_config_defaults()
530 bool on_demand; member
174 config->on_demand = false; in adc_get_config_defaults()493 | (config->on_demand << ADC_CTRLA_ONDEMAND_Pos)) ; in _adc_set_config()
261 |(config->on_demand << TC_CTRLA_ONDEMAND_Pos); in tc_init()
Completed in 51 milliseconds