Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2493 TIMER_CTL2(timer_periph) |= (uint32_t)(TIMER_CTL2_CH0CPWMEN << channel); in timer_channel_composite_pwm_mode_config()
2495 TIMER_CTL2(timer_periph) &= (~(uint32_t)(TIMER_CTL2_CH0CPWMEN << channel)); in timer_channel_composite_pwm_mode_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h382 #define TIMER_CTL2_CH0CPWMEN BIT(28) /*!< channel 0 … macro