libdragon
Macros | Functions
joybus.h File Reference

Joybus Subsystem. More...

Go to the source code of this file.

Macros

#define JOYBUS_BLOCK_SIZE   64
 Size of a Joybus input/output block in bytes.
 
#define JOYBUS_BLOCK_DWORDS   ( JOYBUS_BLOCK_SIZE / sizeof(uint64_t) )
 Size of a Joybus input/output block in double-words.
 

Functions

void joybus_exec (const void *inblock, void *outblock)
 Write a 64-byte block of data to the PIF and read the 64-byte result. More...
 

Detailed Description

Joybus Subsystem.