DATA_ROLE
ctx->typec.data_role = (ret & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE;
ret = (int_status & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE;