Searched refs:TIMER_CTL2_CH0CPWMEN (Results 1 – 2 of 2) sorted by relevance
2493 TIMER_CTL2(timer_periph) |= (uint32_t)(TIMER_CTL2_CH0CPWMEN << channel); in timer_channel_composite_pwm_mode_config()2495 TIMER_CTL2(timer_periph) &= (~(uint32_t)(TIMER_CTL2_CH0CPWMEN << channel)); in timer_channel_composite_pwm_mode_config()
382 #define TIMER_CTL2_CH0CPWMEN BIT(28) /*!< channel 0 … macro