USB host driver capabilities. More...
#include <usb-host.h>
Public Attributes | |
| bool | auto_split: 1 |
| Automatic SPLIT packet handling. | |
| bool | event_connect: 1 |
| Signal Connect event. | |
| bool | event_disconnect: 1 |
| Signal Disconnect event. | |
| bool | event_overcurrent: 1 |
| Signal Overcurrent event. | |
| uint32_t | port_mask: 15 |
| Root HUB available Ports Mask. | |
Definition at line 62 of file usb-host.h.
| bool os::driver::usb::host::Capabilities::auto_split |
Definition at line 72 of file usb-host.h.
| bool os::driver::usb::host::Capabilities::event_connect |
Definition at line 75 of file usb-host.h.
| bool os::driver::usb::host::Capabilities::event_disconnect |
Definition at line 78 of file usb-host.h.
| bool os::driver::usb::host::Capabilities::event_overcurrent |
Definition at line 81 of file usb-host.h.
| uint32_t os::driver::usb::host::Capabilities::port_mask |
Definition at line 69 of file usb-host.h.