Searched refs:bmcfg (Results 1 – 2 of 2) sorted by relevance
1973 void shrtimer_bunchmode_struct_para_init(shrtimer_bunchmode_parameter_struct* bmcfg) in shrtimer_bunchmode_struct_para_init() argument1975 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() argument2008 bmctl_reg |= bmcfg->mode; in shrtimer_bunchmode_config()[all …]
2078 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…