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

#include <hdd-ioctl.h>

Data Fields

u32 sub
 
u32 sector
 
u32 size
 
u32 mode
 
void * buffer
 

Detailed Description

Definition at line 73 of file hdd-ioctl.h.

Field Documentation

◆ buffer

void* hddIoctl2Transfer_t::buffer

Definition at line 82 of file hdd-ioctl.h.

◆ mode

u32 hddIoctl2Transfer_t::mode

ATAD_MODE_READ/ATAD_MODE_WRITE.....

Definition at line 81 of file hdd-ioctl.h.

◆ sector

u32 hddIoctl2Transfer_t::sector

Definition at line 77 of file hdd-ioctl.h.

◆ size

u32 hddIoctl2Transfer_t::size

in sectors

Definition at line 79 of file hdd-ioctl.h.

◆ sub

u32 hddIoctl2Transfer_t::sub

main(0)/subs(1+) to read/write

Definition at line 76 of file hdd-ioctl.h.


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