Searched refs:force_output (Results 1 – 2 of 2) sorted by relevance
31 #define PWM_FORCE_OUTPUT(pwm_index, force_output) \ argument32 (force_output << (pwm_index << 1))
34 #define PWM_FORCE_OUTPUT(pwm_index, force_output) \ argument35 (force_output << (pwm_index << 1))
Completed in 11 milliseconds