wiiuse
Public Attributes | List of all members
read_req_t Struct Reference

Data read request structure. More...

#include <wiiuse.h>

Collaboration diagram for read_req_t:
Collaboration graph
[legend]

Public Attributes

wiiuse_read_cb cb
 read data callback
 
byte * buf
 buffer where read data is written
 
uint32_t addr
 the offset that the read started at
 
uint16_t size
 the length of the data read
 
uint16_t wait
 num bytes still needed to finish read
 
byte dirty
 set to 1 if not using callback and needs to be cleaned up
 
struct read_req_tnext
 next read request in the queue
 

Detailed Description

Data read request structure.


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