Data Fields | |
uint32_t | clust |
Current cluster. | |
uint8_t * | dir |
Pointer to the current SFN entry in the win[]. | |
uint8_t * | fn |
Pointer to the SFN (in/out) {file[8],ext[3],status[1]}. | |
FATFS * | fs |
Pointer to the owner file system object. | |
uint16_t | id |
Owner file system mount ID. | |
uint16_t | index |
Current read/write index number. | |
uint32_t | sclust |
Table start cluster (0: Root dir) | |
uint32_t | sect |
Current sector. |
Directory object structure (DIR)
A structure of this type holds the state of an open respectively selected directory initialised by f_opendir and subsequently used by directory functions.