µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::driver::usb::host::Capabilities Class Reference

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.
 

Detailed Description

Definition at line 62 of file usb-host.h.

Member Data Documentation

◆ auto_split

bool os::driver::usb::host::Capabilities::auto_split

Definition at line 72 of file usb-host.h.

◆ event_connect

bool os::driver::usb::host::Capabilities::event_connect

Definition at line 75 of file usb-host.h.

◆ event_disconnect

bool os::driver::usb::host::Capabilities::event_disconnect

Definition at line 78 of file usb-host.h.

◆ event_overcurrent

bool os::driver::usb::host::Capabilities::event_overcurrent

Definition at line 81 of file usb-host.h.

◆ port_mask

uint32_t os::driver::usb::host::Capabilities::port_mask

Definition at line 69 of file usb-host.h.


The documentation for this class was generated from the following file: