USB host state.
More...
#include <usb-host.h>
Definition at line 99 of file usb-host.h.
◆ get_speed()
| speed_t os::driver::usb::host::Status::get_speed |
( |
void |
| ) |
const |
|
inlinenoexcept |
Definition at line 409 of file usb-host.h.
410 {
412 }
speed_t speed
USB Host Port speed setting (ARM_USB_SPEED_xxx).
◆ is_connected()
| bool os::driver::usb::host::Status::is_connected |
( |
void |
| ) |
const |
|
inlinenoexcept |
Definition at line 397 of file usb-host.h.
398 {
400 }
bool connected
USB Host Port connected flag.
◆ is_overcurrent()
| bool os::driver::usb::host::Status::is_overcurrent |
( |
void |
| ) |
const |
|
inlinenoexcept |
◆ connected
| bool os::driver::usb::host::Status::connected |
◆ overcurrent
| bool os::driver::usb::host::Status::overcurrent |
◆ speed
| speed_t os::driver::usb::host::Status::speed |
The documentation for this class was generated from the following file: