Searched refs:TIMER_CHCTL2_CH1P (Results 1 – 2 of 2) sorted by relevance
724 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)TIMER_CHCTL2_CH1P); in timer_channel_output_config()1048 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)TIMER_CHCTL2_CH1P); in timer_channel_output_polarity_config()1249 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH1P | TIMER_CHCTL2_CH1NP)); in timer_input_capture_config()1450 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH1P | TIMER_CHCTL2_CH1NP)); in timer_input_pwm_capture_config()1469 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH1P | TIMER_CHCTL2_CH1NP)); in timer_input_pwm_capture_config()1668 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH1P | TIMER_CHCTL2_CH1NP)); in timer_quadrature_decoder_mode_config()1724 TIMER_CHCTL2(timer_periph) &= (~(uint32_t)(TIMER_CHCTL2_CH1P | TIMER_CHCTL2_CH1NP)); in timer_external_trigger_as_external_clock_config()
189 #define TIMER_CHCTL2_CH1P BIT(5) /*!< channel 1 capture/compare functio… macro
Completed in 12 milliseconds