Searched refs:PWMV2_FORCE_MODE_POLARITY_SET (Results 1 – 2 of 2) sorted by relevance
359 …pwm_x->FORCE_MODE = (pwm_x->FORCE_MODE & ~(PWMV2_FORCE_MODE_POLARITY_SET((1 << (chn << 1))) | PWMV… in pwmv2_force_output()360 PWMV2_FORCE_MODE_POLARITY_SET((invert << (chn << 1))) | in pwmv2_force_output()
129 #define PWMV2_FORCE_MODE_POLARITY_SET(x) (((uint32_t)(x) << PWMV2_FORCE_MODE_POLARITY_SHIFT) & PWMV… macro
Completed in 22 milliseconds