SINK_STATUS
ctx->typec.power_role = (ret & SINK_STATUS) ? TYPEC_SINK : TYPEC_SOURCE;
ret = (int_status & SINK_STATUS) ? TYPEC_SINK : TYPEC_SOURCE;