Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c320 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
322 if(TIMER_SP_MODE_SINGLE == spmode) { in timer_single_pulse_mode_config()
324 } else if(TIMER_SP_MODE_REPETITIVE == spmode) { in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c384 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
386 if(TIMER_SP_MODE_SINGLE == spmode) { in timer_single_pulse_mode_config()
388 } else if(TIMER_SP_MODE_REPETITIVE == spmode) { in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c372 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
374 if(TIMER_SP_MODE_SINGLE == spmode){ in timer_single_pulse_mode_config()
376 }else if(TIMER_SP_MODE_REPETITIVE == spmode){ in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
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()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c389 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
391 if(TIMER_SP_MODE_SINGLE == spmode){ in timer_single_pulse_mode_config()
393 }else if(TIMER_SP_MODE_REPETITIVE == spmode){ in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c355 void timer_single_pulse_mode_config(uint32_t timer_periph, uint8_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()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c389 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
391 if(TIMER_SP_MODE_SINGLE == spmode){ in timer_single_pulse_mode_config()
393 }else if(TIMER_SP_MODE_REPETITIVE == spmode){ in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c352 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode) in timer_single_pulse_mode_config() argument
354 if(TIMER_SP_MODE_SINGLE == spmode) { in timer_single_pulse_mode_config()
356 } else if(TIMER_SP_MODE_REPETITIVE == spmode) { in timer_single_pulse_mode_config()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h507 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h657 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h609 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h636 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h629 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h644 void timer_single_pulse_mode_config(uint32_t timer_periph, uint8_t spmode);
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h627 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h973 void timer_single_pulse_mode_config(uint32_t timer_periph, uint32_t spmode);