|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Data Fields | |
| unsigned | direction:1 |
| unsigned | pad1:1 |
| unsigned | mode:2 |
| unsigned | asp:2 |
| unsigned | tte:1 |
| unsigned | tie:1 |
| unsigned | start_flag:1 |
| unsigned | pad2:7 |
| unsigned | tag:16 |
| unsigned DMA_CHCR::asp |
Address stack pointer
Definition at line 45 of file dma.c.
Referenced by GsDmaSend(), and GsDmaSend_tag().
| unsigned DMA_CHCR::direction |
| unsigned DMA_CHCR::mode |
| unsigned DMA_CHCR::pad1 |
| unsigned DMA_CHCR::pad2 |
Pad with more zeros
Definition at line 53 of file dma.c.
Referenced by GsDmaSend(), and GsDmaSend_tag().
| unsigned DMA_CHCR::start_flag |
| unsigned DMA_CHCR::tag |
| unsigned DMA_CHCR::tie |
Tag interrupt enable
Definition at line 49 of file dma.c.
Referenced by GsDmaSend(), and GsDmaSend_tag().
| unsigned DMA_CHCR::tte |
Tag trasfer enable
Definition at line 47 of file dma.c.
Referenced by GsDmaSend(), and GsDmaSend_tag().