#include "utility/FatLib.h"#include "masstorage.h"
Classes | |
| class | UsbFat |
| FAT file systems on USB flash drives and USB hard drives. More... | |
Macros | |
| #define | USB_FAT_VERSION 20141220 |
Functions | |
| int | FreeRam () |
| bool | initUSB (USB *usb) |
Variables | |
| char * | __brkval |
| char | __bss_end |
UsbFat class.
| #define USB_FAT_VERSION 20141220 |
Version of UsbFat - yyyymmdd
|
inline |
Amount of free RAM
| bool initUSB | ( | USB * | usb | ) |
Simple USB init function.
| [in] | usb | USB host object to be initialized. |
| char* __brkval |
End of heap
| char __bss_end |
End of globals
1.8.8