CTRL_DUTY_POL
conf->polarity = (ctrl & CTRL_DUTY_POL) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
ctrl |= CTRL_DUTY_POL;