#include <hal_usb.h>
Detailed Description
A struct containing variables related to the USB HAL layer
Definition at line 192 of file hal_usb.h.
Field Documentation
Structure containing device, string and configuration descriptors for a specific application
Definition at line 193 of file hal_usb.h.
Bitmask containing USB state information: bitmask: 0 - is_hw_reset, 1 - can signal remote wakeup, 2 - usb awake
Definition at line 194 of file hal_usb.h.
Currently set configuration. If current_config is zero the device is not configured
Definition at line 195 of file hal_usb.h.
Currently alternative configuration. If an alternative configuration is chosen the index of the alternative configuration is stored here.
Definition at line 196 of file hal_usb.h.
Enum containing USB state information as described in Chapter 9 of the USB 2.0 specification.
Definition at line 197 of file hal_usb.h.
The documentation for this struct was generated from the following file: