ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
packet_t Struct Reference

#include <packet.h>

+ Collaboration diagram for packet_t:

Data Fields

u32 qwords
 
u16 qwc
 
u16 type
 
qword_tdata
 

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

◆ data

◆ qwc

u16 packet_t::qwc

Definition at line 25 of file packet.h.

Referenced by GsGifPacketsAlloc(), GsGifPacketsExecute(), packet_init(), and packet_reset().

◆ qwords

u32 packet_t::qwords

Definition at line 24 of file packet.h.

Referenced by packet_init(), and packet_reset().

◆ type

u16 packet_t::type

Definition at line 26 of file packet.h.

Referenced by packet_free(), packet_init(), and packet_reset().


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