Searched refs:PWM_POLARITY (Results 1 – 1 of 1) sorted by relevance
22 #define PWM_POLARITY (1 << 4) macro113 value &= ~(PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_set_polarity()115 value |= PWM_POLARITY << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_set_polarity()