Searched refs:PWM_POLARITY (Results 1 – 1 of 1) sorted by relevance
19 #define PWM_POLARITY (1 << 4) macro106 val &= ~(PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_apply()108 val |= PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_apply()