↓ 2 callersFunctiontimer_disable!
\brief disable a timer
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[out] none
\retval none
*/
program/library/src/gd32f1x0_timer.c:134
↓ 2 callersFunctiontimer_interrupt_disable!
\brief disable the TIMER interrupt
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[in] interrupt: timer interrup
program/library/src/gd32f1x0_timer.c:378
↓ 2 callersFunctiontimer_interrupt_enable!
\brief enable the TIMER interrupt
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[in] interrupt: timer interrupt
program/library/src/gd32f1x0_timer.c:358
↓ 2 callersFunctiontimer_interrupt_flag_clear!
\brief clear TIMER interrupt flag
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[in] interrupt: the timer inter
program/library/src/gd32f1x0_timer.c:427
↓ 2 callersFunctiontimer_interrupt_flag_get!
\brief get timer interrupt flag
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[in] interrupt: the timer interru
program/library/src/gd32f1x0_timer.c:398
↓ 1 callersFunctiongpio_bit_set!
\brief set GPIO pin
\param[in] gpio_periph: GPIOx(x = A,B,C,D,F)
\param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_ALL
\para
program/library/src/gd32f1x0_gpio.c:144