List of available configuration options for the usbdev - USB Device Driver API. More...
List of available configuration options for the usbdev - USB Device Driver API.
Files | |
file | usbopt.h |
Definition of global USB peripheral and USB peripheral endpoint configuration options. | |
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... | |
enum usbopt_enable_t |
enum usbopt_ep_t |
List of configuration settings for USB peripheral endpoints.
The data type specified in parentheses for each individual option is the data type to use for the argument when getting/setting the value of the option.
enum usbopt_t |
List of configuration settings for USB peripherals.
The data type specified in parentheses for each individual option is the data type to use for the argument when getting/setting the value of the option.