Home
last modified time | relevance | path

Searched refs:spmode (Results 1 – 2 of 2) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_timer.c355 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
357 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()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_timer.h609 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);

Completed in 13 milliseconds