N64FlashcartMenu
|
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. | |
USB communication component implementation.
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. |
void usb_comm_poll | ( | menu_t * | menu | ) |
Poll the USB input for commands.
Poll the USB communication subsystem.
menu | Pointer to the menu structure. |