Searched refs:USBIO_GPIO_SET_PINMOD (Results 1 – 2 of 2) sorted by relevance
139 USBIO_GPIO_SET_PINMOD(USBIO_GPIO_PINMOD_INPUT)); in usbio_gpio_direction_input()148 USBIO_GPIO_SET_PINMOD(USBIO_GPIO_PINMOD_OUTPUT)); in usbio_gpio_direction_output()
91 #define USBIO_GPIO_SET_PINMOD(pin) (pin & USBIO_GPIO_PINMOD_MASK) macro