Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_shrtimer.c372 timercgf->update_source = SHRTIMER_STXUPDATETRIGGER_NONE; in shrtimer_timercfg_struct_para_init()
416 stxctl0_reg |= timercfg->update_source; in shrtimer_slavetimer_waveform_config()
2219 triggercfg->update_source = SHRTIMER_ADCTRGI_UPDATE_MT; in shrtimer_adctrigcfg_struct_para_init()
2253 comctl0_reg |= triggercfg->update_source; in shrtimer_adc_trigger_config()
2264 comctl0_reg |= ((triggercfg->update_source) << 3); in shrtimer_adc_trigger_config()
2275 comctl0_reg |= ((triggercfg->update_source) << 6); in shrtimer_adc_trigger_config()
2286 comctl0_reg |= ((triggercfg->update_source) << 9); in shrtimer_adc_trigger_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_shrtimer.h1110 …uint32_t update_source; /*!< the source triggering the Slave_TIMER registers u… member
1185 …uint32_t update_source; /*!< the source triggering the update of the SHRTIMER_… member