|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <xhci.hpp>
Data Fields | |
| uint64_t | ptr |
| uint32_t | status |
| uint32_t | control |
| uint32_t xhci_trb::control |
Definition at line 89 of file xhci.hpp.
Referenced by XHCIModule::enable_slot(), and XHCIModule::send_command().
| uint64_t xhci_trb::ptr |
Definition at line 87 of file xhci.hpp.
Referenced by XHCIModule::send_command().
| uint32_t xhci_trb::status |
Definition at line 88 of file xhci.hpp.
Referenced by XHCIModule::send_command().