Searched refs:TIMER_SP_MODE_REPETITIVE (Results 1 – 4 of 4) sorted by relevance
165 timer_single_pulse_mode_config(config->timer_periph, TIMER_SP_MODE_REPETITIVE); in gd32_hwtimer_start()
140 timer_single_pulse_mode_config(timer_base, TIMER_SP_MODE_REPETITIVE); in gd32_hwtimer_start()
407 #define TIMER_SP_MODE_REPETITIVE ((uint32_t)0x00000000U) /*!< repetitive… macro
359 }else if(TIMER_SP_MODE_REPETITIVE == spmode){ in timer_single_pulse_mode_config()
Completed in 17 milliseconds