Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_shrtimer.c1576 faultcfg->control = SHRTIMER_FAULT_CHANNEL_DISABLE; in shrtimer_faultcfg_struct_para_init()
1609 fltincfg0 |= faultcfg->control; in shrtimer_fault_config()
1620 fltincfg0 |= ((faultcfg->control) << 8); in shrtimer_fault_config()
1631 fltincfg0 |= ((faultcfg->control) << 16); in shrtimer_fault_config()
1642 fltincfg0 |= ((faultcfg->control) << 24); in shrtimer_fault_config()
1653 fltincfg1 |= (faultcfg->control); in shrtimer_fault_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_shrtimer.h1179 …uint32_t control; /*!< fault input enable or disable, refer to: enable o… member