N64FlashcartMenu
Loading...
Searching...
No Matches
usb_comm.c File Reference

USB communication component implementation. More...

Data Structures

struct  usb_comm_command_t
 The supported USB commands structure. More...
 

Macros

#define MAX_FILE_SIZE   MiB(4)
 

Functions

void usb_comm_poll (menu_t *menu)
 Poll the USB input for commands.
 

Detailed Description

USB communication component implementation.


Data Structure Documentation

◆ usb_comm_command_t

struct usb_comm_command_t

The supported USB commands structure.

Data Fields
const char * id The command identifier.
void(*)(menu_t *menu) op The command operation.

Function Documentation

◆ usb_comm_poll()

void usb_comm_poll ( menu_t * menu)

Poll the USB input for commands.

Poll the USB communication subsystem.

Parameters
menuPointer to the menu structure.