Searched refs:timer_single_pulse_mode_config (Results 1 – 4 of 4) sorted by relevance
161 timer_single_pulse_mode_config(config->timer_periph, TIMER_SP_MODE_SINGLE); in gd32_hwtimer_start()165 timer_single_pulse_mode_config(config->timer_periph, TIMER_SP_MODE_REPETITIVE); in gd32_hwtimer_start()
136 timer_single_pulse_mode_config(timer_base, TIMER_SP_MODE_SINGLE); in gd32_hwtimer_start()140 timer_single_pulse_mode_config(timer_base, TIMER_SP_MODE_REPETITIVE); in gd32_hwtimer_start()
609 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
355 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() function
Completed in 14 milliseconds