RetroArch
Public Attributes | List of all members
op_t Struct Reference

#include <wiiuse_internal.h>

Collaboration diagram for op_t:
[legend]

Public Attributes

ubyte cmd
 
union {
   struct {
      uint   addr
 
      uword   size
 
   }   readdata
 
   struct {
      uint   addr
 
      ubyte   size
 
      ubyte   data [16]
 
   }   writedata
 
   ubyte   __data [MAX_PAYLOAD]
 
__attribute__
 
voidbuffer
 
int wait
 

Member Data Documentation

◆ __attribute__

union { ... } op_t::__attribute__

◆ __data

ubyte op_t::__data[MAX_PAYLOAD]

◆ addr

uint op_t::addr

◆ buffer

void* op_t::buffer

◆ cmd

ubyte op_t::cmd

◆ data

ubyte op_t::data[16]

◆ readdata

struct { ... } op_t::readdata

◆ size [1/2]

uword op_t::size

◆ size [2/2]

ubyte op_t::size

◆ wait

int op_t::wait

◆ writedata

struct { ... } op_t::writedata

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