Lines Matching refs:BYTE

43 	BYTE pd;	/* Physical drive number */
44 BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */
87 BYTE fs_type; /* Filesystem type (0:N/A) */
88 BYTE pdrv; /* Physical drive number */
89 BYTE n_fats; /* Number of FATs (1 or 2) */
90 BYTE wflag; /* win[] flag (b0:dirty) */
91 BYTE fsi_flag; /* FSINFO flags (b7:disabled, b0:dirty) */
102 BYTE* dirbuf; /* Directory entry block scratchpad buffer for exFAT */
126 BYTE win[FF_MAX_SS]; /* Disk access window for Directory, FAT (and file data at tiny cfg) */
136 BYTE attr; /* Object attribute */
137BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:flagmented in this…
158 BYTE flag; /* File status flags */
159 BYTE err; /* Abort flag (error code) */
165 BYTE* dir_ptr; /* Pointer to the directory entry in the win[] (not used at exFAT) */
171 BYTE buf[FF_MAX_SS]; /* File private data read/write window */
184 BYTE* dir; /* Pointer to the directory item in the win[] */
185 BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */
202 BYTE fattrib; /* File attribute */
243 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
259 FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of a file/dir */
267 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
268 FRESULT f_expand (FIL* fp, FSIZE_t szf, BYTE opt); /* Allocate a contiguous block to the file */
269 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */
270 FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volum…
271 FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some p…
315 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */