Home
last modified time | relevance | path

Searched refs:TIMER_CHCTL2_CH3NP (Results 1 – 7 of 7) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_timer.c1274 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)TIMER_CHCTL2_CH3NP); in timer_channel_complementary_output_polarity_config()
1462 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH3P|TIMER_CHCTL2_CH3NP)); in timer_input_capture_config()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_timer.h177 #define TIMER_CHCTL2_CH3NP BIT(15) /*!< channel 3 complementary output po… macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_timer.h207 #define TIMER_CHCTL2_CH3NP BIT(15) /*!< channel 3 complementary output po… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_timer.h205 #define TIMER_CHCTL2_CH3NP BIT(15) /*!< channel 3 complementary output po… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_timer.c1037 ctl &= (~(uint32_t)(TIMER_CHCTL2_CH3P | TIMER_CHCTL2_CH3NP)); in timer_input_capture_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h255 #define TIMER_CHCTL2_CH3NP BIT(15) /*!< channel 3 … macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_timer.c1317 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH3P|TIMER_CHCTL2_CH3NP)); in timer_input_capture_config()