PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
packet_t Struct Reference

#include <packet.h>

Public Member Functions

qword_t *data __attribute__ ((aligned(64)))
 

Data Fields

u32 qwords
 
u16 qwc
 
u16 type
 

Detailed Description

Dmatags use qwc for the number of qwords for they handle.

The dma channel QWC register uses it as the total number of qwords that are being sent at a time.

Definition at line 23 of file packet.h.

Field Documentation

◆ qwords

u32 packet_t::qwords

Definition at line 24 of file packet.h.

◆ qwc

u16 packet_t::qwc

Definition at line 25 of file packet.h.

◆ type

u16 packet_t::type

Definition at line 26 of file packet.h.


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