TCON_OUTINV
conf->polarity = (tcon & TCON_OUTINV(timer->timer_index)) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW;
tcon |= TCON_OUTINV(timer->timer_index);
tcon &= ~TCON_OUTINV(timer->timer_index);