Filesystem Configuration.
More...
#include <effs_pt.h>
|
|
union { | |
| |
|
struct { | |
| |
|
uint16_t maxblock | |
| | Maximum number of block can be used.
|
| |
|
uint8_t sSizeExp | |
| | Sector size wanted to use (less than block size.
|
| |
|
uint8_t blSizeExp | |
| | Block size in bytes.
|
| |
|
uint8_t dSizeExp | |
| | Max size of fat+directory+block index.
|
| |
|
uint8_t cacheSizeExp | |
| | Write cache size.
|
| |
|
uint8_t separatedir | |
| | If directory used separatelly from FAT (NAND)
|
| |
|
uint8_t csum | |
| | Hamming code csum of struct.
|
| |
| } | | |
| |
|
| |
|
uint8_t pAsBytePtr [1] | |
| |
|
| |
| }; | | |
| |
|
| |
Filesystem Configuration.
The documentation for this struct was generated from the following file: