Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
xhci_trb Struct Reference

#include <xhci.hpp>

Data Fields

uint64_t ptr
 
uint32_t status
 
uint32_t control
 

Detailed Description

Definition at line 86 of file xhci.hpp.

Field Documentation

◆ control

uint32_t xhci_trb::control

Definition at line 89 of file xhci.hpp.

Referenced by XHCIModule::enable_slot(), and XHCIModule::send_command().

◆ ptr

uint64_t xhci_trb::ptr

Definition at line 87 of file xhci.hpp.

Referenced by XHCIModule::send_command().

◆ status

uint32_t xhci_trb::status

Definition at line 88 of file xhci.hpp.

Referenced by XHCIModule::send_command().


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