Lines Matching refs:BYTE
50 typedef unsigned char BYTE; /* char must be 8-bit */
60 typedef unsigned char BYTE; /* char must be 8-bit */
117 BYTE pd; /* Physical drive number */
118 BYTE pt; /* Partition: 0:Auto detect, 1-4:Forced partition) */
134 BYTE fs_type; /* Filesystem type (0:not mounted) */
135 BYTE pdrv; /* Associated physical drive */
136 BYTE n_fats; /* Number of FATs (1 or 2) */
137 BYTE wflag; /* win[] flag (b0:dirty) */
138 BYTE fsi_flag; /* FSINFO flags (b7:disabled, b0:dirty) */
149 BYTE* dirbuf; /* Directory entry block scratchpad buffer for exFAT */
176 BYTE win[FF_MAX_SS]; /* Disk access window for Directory, FAT (and file data at tiny cfg) */
186 BYTE attr; /* Object attribute */
187 …BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous, =3:fragmented in this…
208 BYTE flag; /* File status flags */
209 BYTE err; /* Abort flag (error code) */
215 BYTE* dir_ptr; /* Pointer to the directory entry in the win[] (not used at exFAT) */
221 BYTE buf[FF_MAX_SS]; /* File private data read/write window */
234 BYTE* dir; /* Pointer to the directory item in the win[] */
235 BYTE fn[12]; /* SFN (in/out) {body[8],ext[3],status[1]} */
252 BYTE fattrib; /* File attribute */
266 BYTE fmt; /* Format option (FM_FAT, FM_FAT32, FM_EXFAT and FM_SFD) */
267 BYTE n_fat; /* Number of FATs */
305 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
321 FRESULT f_chmod (const TCHAR* path, BYTE attr, BYTE mask); /* Change attribute of a file/dir */
329 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
330 FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */
331 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */
333 FRESULT f_fdisk (BYTE pdrv, const LBA_t ptbl[], void* work); /* Divide a physical drive into some …
373 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */