Definition of global USB peripheral and USB peripheral endpoint configuration options. More...

Detailed Description

Definition of global USB peripheral and USB peripheral endpoint configuration options.

Author
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net

Definition in file usbopt.h.

#include <stdint.h>
+ Include dependency graph for usbopt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  usbopt_t {
  USBOPT_ADDRESS, USBOPT_ATTACH, USBOPT_CONNECTED, USBOPT_MAX_VERSION,
  USBOPT_MAX_SPEED
}
 List of configuration settings for USB peripherals. More...
 
enum  usbopt_ep_t { USBOPT_EP_ENABLE, USBOPT_EP_STALL, USBOPT_EP_READY, USBOPT_EP_AVAILABLE }
 List of configuration settings for USB peripheral endpoints. More...
 
enum  usbopt_enable_t { USBOPT_DISABLE = 0, USBOPT_ENABLE = 1 }
 Binary parameter for enabling and disabling options. More...