Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h150 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_timer.h179 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_timer.h168 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h177 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_timer.h176 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h175 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_timer.h178 #define TIMER_CHCTL1_CH2COMFEN BIT(2) /*!< channel 2 output compare fast ena… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c745 ctl &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_timer.c993 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_timer.c1125 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_timer.c965 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c998 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c1137 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_timer.c998 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2COMFEN); in timer_channel_output_fast_config()