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

#include <ehci.hpp>

Data Fields

ehci_queue_head_node_tqh_node
 
ehci_queue_task_descriptor_node_tdata_node
 
uintptr_t response
 
uint32_t response_buf
 
size_t response_size
 
uint32_t toggle
 

Detailed Description

Definition at line 183 of file ehci.hpp.

Field Documentation

◆ data_node

ehci_queue_task_descriptor_node_t* ehci_periodic_transfer_ctx::data_node

Definition at line 185 of file ehci.hpp.

◆ qh_node

ehci_queue_head_node_t* ehci_periodic_transfer_ctx::qh_node

Definition at line 184 of file ehci.hpp.

◆ response

uintptr_t ehci_periodic_transfer_ctx::response

Definition at line 186 of file ehci.hpp.

◆ response_buf

uint32_t ehci_periodic_transfer_ctx::response_buf

Definition at line 187 of file ehci.hpp.

◆ response_size

size_t ehci_periodic_transfer_ctx::response_size

Definition at line 188 of file ehci.hpp.

◆ toggle

uint32_t ehci_periodic_transfer_ctx::toggle

Definition at line 189 of file ehci.hpp.


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