Searched refs:spmode (Results 1 – 2 of 2) sorted by relevance
355 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument357 if(TIMER_SP_MODE_SINGLE == spmode){ in timer_single_pulse_mode_config()359 }else if(TIMER_SP_MODE_REPETITIVE == spmode){ in timer_single_pulse_mode_config()
609 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
Completed in 13 milliseconds