weAut_01 / weAutSys    R 2.2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Data Fields
DIR Struct Reference

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]}.
FATFSfs
 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.

Detailed Description

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.

See also:
FIL

The documentation for this struct was generated from the following file: