ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
FATFS Struct Reference

#include <ff.h>

Data Fields

BYTE fs_type
 
BYTE drv
 
BYTE n_fats
 
BYTE wflag
 
BYTE fsi_flag
 
WORD id
 
WORD n_rootdir
 
WORD csize
 
WCHARlfnbuf
 
DWORD last_clst
 
DWORD free_clst
 
DWORD cdir
 
DWORD n_fatent
 
DWORD fsize
 
DWORD volbase
 
DWORD fatbase
 
DWORD dirbase
 
DWORD database
 
DWORD winsect
 
BYTE win [_MAX_SS]
 

Detailed Description

Definition at line 92 of file ff.h.

Field Documentation

DWORD FATFS::cdir

Definition at line 118 of file ff.h.

Referenced by f_chdir(), f_getcwd(), f_unlink(), find_volume(), and follow_path().

WORD FATFS::csize
DWORD FATFS::database

Definition at line 130 of file ff.h.

Referenced by clust2sect(), f_getfree(), fatfs_status(), find_volume(), and put_fat().

DWORD FATFS::dirbase

Definition at line 129 of file ff.h.

Referenced by dir_sdi(), f_mkdir(), fatfs_status(), and find_volume().

BYTE FATFS::drv
DWORD FATFS::fatbase

Definition at line 128 of file ff.h.

Referenced by f_getfree(), fatfs_status(), find_volume(), get_fat(), put_fat(), and sync_window().

DWORD FATFS::free_clst

Definition at line 115 of file ff.h.

Referenced by create_chain(), f_expand(), f_getfree(), find_volume(), remove_chain(), and sync_fs().

BYTE FATFS::fs_type
BYTE FATFS::fsi_flag

Definition at line 97 of file ff.h.

Referenced by create_chain(), f_expand(), f_getfree(), find_volume(), remove_chain(), and sync_fs().

DWORD FATFS::fsize

Definition at line 126 of file ff.h.

Referenced by fatfs_status(), find_volume(), and sync_window().

WORD FATFS::id

Definition at line 98 of file ff.h.

Referenced by f_open(), f_opendir(), find_volume(), and validate().

DWORD FATFS::last_clst

Definition at line 114 of file ff.h.

Referenced by create_chain(), f_expand(), f_open(), find_volume(), and sync_fs().

WCHAR* FATFS::lfnbuf

Definition at line 105 of file ff.h.

Referenced by create_name(), dir_find(), dir_read(), dir_register(), find_volume(), and get_fileinfo().

DWORD FATFS::n_fatent
BYTE FATFS::n_fats

Definition at line 95 of file ff.h.

Referenced by fatfs_status(), find_volume(), and sync_window().

WORD FATFS::n_rootdir

Definition at line 99 of file ff.h.

Referenced by dir_next(), dir_sdi(), fatfs_status(), and find_volume().

DWORD FATFS::volbase

Definition at line 127 of file ff.h.

Referenced by f_getlabel(), find_volume(), and sync_fs().

BYTE FATFS::wflag
BYTE FATFS::win[_MAX_SS]
DWORD FATFS::winsect

Definition at line 131 of file ff.h.

Referenced by check_fs(), dir_next(), f_mkdir(), f_open(), f_read(), f_write(), move_window(), sync_fs(), and sync_window().


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