USB device state management. More...
Go to the source code of this file.
Enumerations | |
enum | usb_device_state_t { ATTACHED, POWERED, DEFAULT, ADDRESSED, CONFIGURED, SUSPENDED } |
USB device states. More... | |
Functions | |
void | set_device_state (enum usb_device_state_t state) |
Set the USB device state. More... | |
enum usb_device_state_t | get_device_state () |
Get the current USB device state. | |
USB device state management.