µ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::device::Capabilities Class Reference

USB device driver capabilities. More...

#include <usb-device.h>

Public Attributes

bool event_vbus_off:1
 
bool event_vbus_on:1
 Signal VBUS Off event.
 
bool vbus_detection:1
 < VBUS detection
 

Detailed Description

USB device driver capabilities.

Definition at line 63 of file usb-device.h.

Member Data Documentation

◆ event_vbus_off

bool os::driver::usb::device::Capabilities::event_vbus_off

Definition at line 77 of file usb-device.h.

◆ event_vbus_on

bool os::driver::usb::device::Capabilities::event_vbus_on

Signal VBUS Off event.

Definition at line 74 of file usb-device.h.

◆ vbus_detection

bool os::driver::usb::device::Capabilities::vbus_detection

< VBUS detection

Signal VBUS On event

Definition at line 71 of file usb-device.h.


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