Go to the source code of this file.
Functions | |
bool_t | usb_mass_storage_init (void) |
bool_t | usb_mass_storage_tick (void) |
Definitions for a USB mass storage device.
Definition in file usb_mass_storage.h.
bool_t usb_mass_storage_init | ( | void | ) |
Initialise the USB stack as a mass storage device.
Definition at line 183 of file usb_mass_storage.c.
bool_t usb_mass_storage_tick | ( | void | ) |
Run the USB stack.
Call as often and fast as possible.
Definition at line 224 of file usb_mass_storage.c.