wut  v1.5.0
Wii U Toolchain
Functions
Nn_hpad_beta

Beta functions for HPAD. More...

Collaboration diagram for Nn_hpad_beta:

Functions

void BETA_DEBUG_DUMP (void)
 Prints internal state info to the COS shell. More...
 
int32_t BETA_DEBUG_GET_QUEUE_SIZE (HPADGGGGChan chan)
 Gets the command queue size of the specified adapter. More...
 
void BETA_DEBUG_SEND_REPT_ID (HPADGGGGChan chan, uint32_t reptId)
 Sends a report to the specified adapter. More...
 
void BETA_DEBUG_GET_RAW_DATA (void)
 Returns immediately. More...
 
void BETA_DEBUG_SET_DUMP_MODE (void)
 Returns immediately. More...
 

Detailed Description

Beta functions for HPAD.

Function Documentation

◆ BETA_DEBUG_DUMP()

void BETA_DEBUG_DUMP ( void  )

Prints internal state info to the COS shell.

◆ BETA_DEBUG_GET_QUEUE_SIZE()

int32_t BETA_DEBUG_GET_QUEUE_SIZE ( HPADGGGGChan  chan)

Gets the command queue size of the specified adapter.

Parameters
chanThe channel to get the size of.
Returns
The command queue size.

◆ BETA_DEBUG_SEND_REPT_ID()

void BETA_DEBUG_SEND_REPT_ID ( HPADGGGGChan  chan,
uint32_t  reptId 
)

Sends a report to the specified adapter.

Parameters
chanThe channel to send the report to.
reptIdThe ID of the report to send.

◆ BETA_DEBUG_GET_RAW_DATA()

void BETA_DEBUG_GET_RAW_DATA ( void  )

Returns immediately.

◆ BETA_DEBUG_SET_DUMP_MODE()

void BETA_DEBUG_SET_DUMP_MODE ( void  )

Returns immediately.