µ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
 Signal VBUS Off event.
 
bool event_vbus_on: 1
 Signal VBUS On event.
 
bool vbus_detection: 1
 VBUS detection.
 

Detailed Description

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

Member Data Documentation

◆ event_vbus_off

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

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

◆ event_vbus_on

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

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

◆ vbus_detection

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

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


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