USB Device Controller library functions. More...
#include <byteorder.h>#include <debug.h>#include <usb/dev.h>#include <usb/udc.h>#include <usb/udc_lib.h>#include <usb/usb_protocol.h>Go to the source code of this file.
Functions | |
| static status_t | udc_lib_standard_request (struct udc *udc, struct usb_setup_req *req) |
| Handle a standard USB SETUP request. | |
UDC Library Interface | |
| status_t | udc_lib_process_setup_request (struct udc *udc, struct usb_setup_req *req) |
| Handle a USB SETUP request. | |
USB Device Controller library functions.
This file contains various optional utility functions for use by UDC drivers.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file udc_lib.c.
1.6.3