Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2763 TIMER_CTL2(timer_periph) |= (uint32_t)(TIMER_CTL2_DTIENCH0 << channel); in timer_channel_dead_time_config()
2765 TIMER_CTL2(timer_periph) &= (~(uint32_t)(TIMER_CTL2_DTIENCH0 << channel)); in timer_channel_dead_time_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h366 #define TIMER_CTL2_DTIENCH0 BIT(0) /*!< dead time … macro