|
UbixOS V2
2.0
|
#include <fat_access.h>

Data Fields | |
| uint32 | address |
| int | dirty |
| struct fat_buffer * | next |
| uint8 * | ptr |
| uint8 | sector [512 *1] |
Definition at line 40 of file fat_access.h.
| uint32 fat_buffer::address |
Definition at line 43 of file fat_access.h.
| int fat_buffer::dirty |
Definition at line 44 of file fat_access.h.
Referenced by fatfs_fat_purge().
| struct fat_buffer* fat_buffer::next |
Definition at line 48 of file fat_access.h.
| uint8* fat_buffer::ptr |
Definition at line 45 of file fat_access.h.
| uint8 fat_buffer::sector[512 * 1] |
Definition at line 42 of file fat_access.h.