|
void | wiiuse_send_next_command (struct wiimote_t *wm) |
|
static void | __wiiuse_push_command (struct wiimote_t *wm, struct cmd_blk_t *cmd) |
|
struct wiimote_t ** | wiiuse_init (int wiimotes) |
|
int | wiiuse_set_flags (struct wiimote_t *wm, int enable, int disable) |
| Set flags for the specified wiimote. More...
|
|
void | wiiuse_motion_sensing (struct wiimote_t *wm, int status) |
| Set if the wiimote should report motion sensing. More...
|
|
void | wiiuse_set_leds (struct wiimote_t *wm, int leds, cmd_blk_cb cb) |
| Toggle the state of the rumble. More...
|
|
int | wiiuse_set_report_type (struct wiimote_t *wm, cmd_blk_cb cb) |
|
void | wiiuse_status (struct wiimote_t *wm, cmd_blk_cb cb) |
|
int | wiiuse_read_data (struct wiimote_t *wm, ubyte *buffer, uint addr, uword len, cmd_blk_cb cb) |
|
int | wiiuse_write_data (struct wiimote_t *wm, uint addr, ubyte *data, ubyte len, cmd_blk_cb cb) |
|
int | wiiuse_write_streamdata (struct wiimote_t *wm, ubyte *data, ubyte len, cmd_blk_cb cb) |
|
int | wiiuse_sendcmd (struct wiimote_t *wm, ubyte report_type, ubyte *msg, int len, cmd_blk_cb cb) |
|