KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
maple_response Struct Reference

Maple response frame structure. More...

#include <dc/maple.h>

Data Fields

int8 response
 Response.
uint8 dst_addr
 Destination address.
uint8 src_addr
 Source address.
uint8 data_len
 Data length (in 32-bit words)
uint8 data [0]
 Data (if any)

Detailed Description

Maple response frame structure.

This structure is used to deliver the actual response to a request placed. The data field is where all the interesting stuff will be.


Field Documentation

uint8 maple_response::data[0]

Data (if any)

uint8 maple_response::data_len

Data length (in 32-bit words)

uint8 maple_response::dst_addr

Destination address.

int8 maple_response::response

Response.

uint8 maple_response::src_addr

Source address.


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