↓ 3 callersFunctiontimer_channel_output_config!
\brief configure TIMER channel output function
\param[in] timer_periph: TIMERx(x=0,1,2,13,14,15,16)
\param[in] channel:
program/library/src/gd32f1x0_timer.c:734
↓ 3 callersFunctiontimer_channel_output_mode_config!
\brief configure TIMER channel output compare mode
\param[in] timer_periph: TIMERx(x=0,1,2,13,14,15,16)
\param[in] channel:
program/library/src/gd32f1x0_timer.c:870
↓ 3 callersFunctiontimer_channel_output_pulse_value_config!
\brief configure TIMER channel output pulse value
\param[in] timer_periph: TIMERx(x=0,1,2,13,14,15,16)
\param[in] channel:
program/library/src/gd32f1x0_timer.c:910
↓ 3 callersFunctiontimer_channel_output_shadow_config!
\brief configure TIMER channel output shadow function
\param[in] timer_periph: TIMERx(x=0,1,2,13,14,15,16)
\param[in] channel:
program/library/src/gd32f1x0_timer.c:948
↓ 3 callersFunctiontimer_enable!
\brief enable 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:123
↓ 3 callersFunctiontimer_init!
\brief initialize TIMER counter
\param[in] timer_periph: TIMERx(x=0,1,2,5,13,14,15,16)
\param[in] initpara: init parameter str
program/library/src/gd32f1x0_timer.c:84
↓ 2 callersFunctiongpio_bit_write!
\brief write data to the specified GPIO pin
\param[in] gpio_periph: GPIOx(x = A,B,C,D,F)
\param[in] pin: GPIO_PIN_x(x=0..15),
program/library/src/gd32f1x0_gpio.c:171