Home
last modified time | relevance | path

Searched refs:timer_single_pulse_mode_config (Results 1 – 4 of 4) sorted by relevance

/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_hwtimer.c161 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()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hwtimer.c136 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()
/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);
/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() function

Completed in 14 milliseconds