USB device state.
More...
#include <usb-device.h>
Definition at line 93 of file usb-device.h.
◆ get_speed()
| speed_t os::driver::usb::device::Status::get_speed |
( |
void |
| ) |
const |
|
inlinenoexcept |
Definition at line 473 of file usb-device.h.
474 {
476 }
speed_t speed
USB Device speed setting (ARM_USB_SPEED_xxx).
◆ is_active()
| bool os::driver::usb::device::Status::is_active |
( |
void |
| ) |
const |
|
inlinenoexcept |
Definition at line 479 of file usb-device.h.
480 {
482 }
bool active
USB Device active flag.
◆ is_vbus_on()
| bool os::driver::usb::device::Status::is_vbus_on |
( |
void |
| ) |
const |
|
inlinenoexcept |
Definition at line 467 of file usb-device.h.
468 {
470 }
bool vbus
USB Device VBUS flag.
◆ active
| bool os::driver::usb::device::Status::active |
◆ speed
| speed_t os::driver::usb::device::Status::speed |
◆ vbus
| bool os::driver::usb::device::Status::vbus |
The documentation for this class was generated from the following file: