Searched refs:PWM_MODE (Results 1 – 2 of 2) sorted by relevance
17 #define PWM_MODE 0x80 /* set timer in PWM mode */ macro83 val |= PWM_MODE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_apply()
38 #define PWM_MODE BIT(7) macro