USBIO_GPIO_PINMOD_MASK
return usbio_gpio_update_config(gc, offset, USBIO_GPIO_PINMOD_MASK,
ret = usbio_gpio_update_config(gc, offset, USBIO_GPIO_PINMOD_MASK,
cfg = bank->config[pin] & USBIO_GPIO_PINMOD_MASK;
#define USBIO_GPIO_SET_PINMOD(pin) (pin & USBIO_GPIO_PINMOD_MASK)