Home
last modified time | relevance | path

Searched refs:TIMER_CHCTL0_CH1COMFEN (Results 1 – 14 of 14) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h137 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h164 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h162 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h166 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h155 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h163 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h165 #define TIMER_CHCTL0_CH1COMFEN BIT(10) /*!< channel 1 output compare fast ena… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c738 ctl &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c993 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c1132 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c1120 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c988 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c993 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c960 TIMER_CHCTL0(timer_periph) &= (~(uint32_t)TIMER_CHCTL0_CH1COMFEN); in timer_channel_output_fast_config()