µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
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. More...
 
bool vbus_detection:1
 < VBUS detection More...
 

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: