Definition of global USB peripheral and USB peripheral endpoint configuration options. More...
Definition of global USB peripheral and USB peripheral endpoint configuration options.
Definition in file usbopt.h.
#include <stdint.h>
Go to the source code of this file.
Enumerations | |
enum | usbopt_t { USBOPT_ADDRESS , USBOPT_ATTACH , USBOPT_CONNECTED , USBOPT_MAX_VERSION , USBOPT_MAX_SPEED , USBOPT_ENUMERATED_SPEED } |
List of configuration settings for USB peripherals. More... | |
enum | usbopt_ep_t { USBOPT_EP_ENABLE , USBOPT_EP_STALL , 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... | |