wut
v1.7.0
Wii U Toolchain
|
Data Structures | |
struct | CCRHIDReport |
Typedefs | |
typedef struct CCRHIDReport | CCRHIDReport |
Functions | |
int32_t | CCRHIDStart (uint32_t drcSlot, CCRHIDReport *reportsBuffer, uint32_t numReports, IOSAsyncCallbackFn callback, void *arg) |
Start transmission of HID reports from the specified DRC. More... | |
int32_t | CCRHIDStop (uint32_t drcSlot, IOSAsyncCallbackFn callback, void *arg) |
Stop HID report transmission. More... | |
int32_t | CCRHIDGetData (uint32_t drcSlot, CCRHIDReport *reportData) |
int32_t | CCRHIDGetBufferedData (uint32_t drcSlot, CCRHIDReport *reportData) |
int32_t | CCRHIDGetFirmwareVersion (CCRHIDReport *report, uint32_t *firmwareVersion) |
int32_t | CCRHIDGetSequence (CCRHIDReport *report, uint32_t *sequence) |
typedef struct CCRHIDReport CCRHIDReport |
int32_t CCRHIDStart | ( | uint32_t | drcSlot, |
CCRHIDReport * | reportsBuffer, | ||
uint32_t | numReports, | ||
IOSAsyncCallbackFn | callback, | ||
void * | arg | ||
) |
Start transmission of HID reports from the specified DRC.
drcSlot | The DRC to read the HID reports from (0 or 1). |
reportsBuffer | Aligned buffer to read reports to. |
numReports | The amount of reports the buffer can store. |
int32_t CCRHIDStop | ( | uint32_t | drcSlot, |
IOSAsyncCallbackFn | callback, | ||
void * | arg | ||
) |
Stop HID report transmission.
drcSlot | The DRC to read the HID reports from (0 or 1). |
int32_t CCRHIDGetData | ( | uint32_t | drcSlot, |
CCRHIDReport * | reportData | ||
) |
int32_t CCRHIDGetBufferedData | ( | uint32_t | drcSlot, |
CCRHIDReport * | reportData | ||
) |
int32_t CCRHIDGetFirmwareVersion | ( | CCRHIDReport * | report, |
uint32_t * | firmwareVersion | ||
) |
int32_t CCRHIDGetSequence | ( | CCRHIDReport * | report, |
uint32_t * | sequence | ||
) |