#include "SFBTypes.h"
#include "SFBConstants.h"

Go to the source code of this file.
Data Structures | |
| struct | SDRawDiskInfo |
| Information associated with an SD Card. More... | |
| class | SDRaw |
| A class to control an SD Card. More... | |
Defines | |
| #define | SDRAW_BLOCK_SIZE_BIT_COUNT 9 |
| #define | SDRAW_BLOCK_SIZE (1<<(SDRAW_BLOCK_SIZE_BIT_COUNT)) |
| #define | SDRAW_BLOCK_SIZE_BIT_MASK ((SDRAW_BLOCK_SIZE)-1) |