Searched refs:TIMER_CHCTL1_CH2MS (Results 1 – 16 of 16) sorted by relevance
529 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1019 ctl &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
780 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1296 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
912 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1428 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
777 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1271 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
785 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1301 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
924 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1446 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
810 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1304 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
149 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
178 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
167 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
176 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
175 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
174 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
177 #define TIMER_CHCTL1_CH2MS BITS(0,1) /*!< channel 2 mode selection */ macro
811 TIMER_CHCTL1(timer_periph) &= ~(uint32_t)TIMER_CHCTL1_CH2MS; in timer_channel_output_config()1446 TIMER_CHCTL1(timer_periph) &= (~(uint32_t)TIMER_CHCTL1_CH2MS); in timer_input_capture_config()
221 #define TIMER_CHCTL1_CH2MS (TIMER_CHCTL1_CH2MS_BIT2 | BITS(0,1)) /*!< channel 2 … macro