Home
last modified time | relevance | path

Searched refs:bmcfg (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.c1973 void shrtimer_bunchmode_struct_para_init(shrtimer_bunchmode_parameter_struct* bmcfg) in shrtimer_bunchmode_struct_para_init() argument
1975 bmcfg->clock_source = SHRTIMER_BUNCHMODE_CLOCKSOURCE_MASTER; in shrtimer_bunchmode_struct_para_init()
1976 bmcfg->idle_duration = 0U; in shrtimer_bunchmode_struct_para_init()
1977 bmcfg->mode = SHRTIMER_BUNCHMODE_SINGLE; in shrtimer_bunchmode_struct_para_init()
1978 bmcfg->period = 0U; in shrtimer_bunchmode_struct_para_init()
1979 bmcfg->prescaler = SHRTIMER_BUNCHMODE_PRESCALER_DIV1; in shrtimer_bunchmode_struct_para_init()
1980 bmcfg->shadow = SHRTIMER_BUNCHMODEPRELOAD_DISABLED; in shrtimer_bunchmode_struct_para_init()
1981 bmcfg->trigger = SHRTIMER_BUNCHMODE_TRIGGER_NONE; in shrtimer_bunchmode_struct_para_init()
2000 void shrtimer_bunchmode_config(uint32_t shrtimer_periph, shrtimer_bunchmode_parameter_struct* bmcfg) in shrtimer_bunchmode_config() argument
2008 bmctl_reg |= bmcfg->mode; in shrtimer_bunchmode_config()
[all …]
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_shrtimer.h2078 void shrtimer_bunchmode_struct_para_init(shrtimer_bunchmode_parameter_struct* bmcfg);
2080 void shrtimer_bunchmode_config(uint32_t shrtimer_periph, shrtimer_bunchmode_parameter_struct* bmcfg