FatFs + 0/136 examples
CodeScope will show references to DWORD from the following samples and libraries:
Examples
STM32F411RE-Nucleo
STM32F413ZH-Nucleo
Applications
FatFs
USB_Host
STM32F429ZI-Nucleo
Applications
FatFs
USB_Host
STM32446E_EVAL
Demonstrations
Applications
Audio
Camera
FatFs
LibJPEG
USB_Host
STM32469I-Discovery
Demonstrations
Applications
Audio
Display
FatFs
LibJPEG
USB_Host
STM32469I_EVAL
Demonstrations
Applications
Audio
Camera
Display
FatFs
LibJPEG
LwIP
USB_Host
STM324xG_EVAL
Demonstrations
Applications
Camera
Display
FatFs
LibJPEG
LwIP
USB_Host
STM32F412G-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
STM32F413H-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
STM32F429I-Discovery
Demonstrations
Applications
Display
FatFs
LibJPEG
USB_Host
STM324x9I_EVAL
Applications
Audio
Camera
Display
FatFs
LibJPEG
LwIP
USB_Host
Demonstrations
STemWin
STM32F4-Discovery
Applications
Audio
FatFs
STM32F401-Discovery
Applications
Audio
FatFs
STM32F411E-Discovery
Applications
Audio
FatFs
STM32F412ZG-Nucleo
Applications
FatFs
USB_Host
STM32F446ZE-Nucleo
Applications
FatFs
USB_Host
 
Symbols
loading...
Files
loading...

DWORD

Syntax

typedef unsigned long DWORD;

Examples

DWORD is referenced by 136 libraries and example projects.

References

LocationReferrerScopeText
integer.h:31
typedef unsigned long DWORD;
diskio.c:79disk_read()
DWORD sector, /* Sector address in LBA */
diskio.c:101disk_write()
DWORD sector, /* Sector address in LBA */
diskio.c:138get_fattime()
__weak DWORD get_fattime (void)
diskio.h:37disk_read()::sectordisk_read()
diskio.h:38disk_write()::sectordisk_write()
diskio.h:40get_fattime()
DWORD get_fattime (void);
ff.c:510FILESEM::cluFILESEM
DWORD clu; /* Object ID 2, containing directory (0:root) */
ff.c:511FILESEM::ofsFILESEM
DWORD ofs; /* Object ID 3, offset in the directory */
ff.c:623ld_dword()
DWORD ld_dword (const BYTE* ptr) /* Load a 4-byte little-endian word */
ff.c:625ld_dword()
DWORD rv;
ff.c:661st_dword()
void st_dword (BYTE* ptr, DWORD val) /* Store a 4-byte word in little-endian */
ff.c:887sync_window()
DWORD wsect;
ff.c:914move_window()
DWORD sector /* Sector number to make appearance in the fs->win[] */
ff.c:983clust2sect()
DWORD clust2sect ( /* !=0:Sector number, 0:Failed (invalid cluster#) */
ff.c:985clust2sect()
DWORD clst /* Cluster# to be converted */
ff.c:1001get_fat()
DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluster status */
ff.c:1003get_fat()
DWORD clst /* Cluster number to get the value */
ff.c:1007get_fat()
DWORD val;
ff.c:1083put_fat()
DWORD clst, /* FAT index number (cluster number) to be changed */
ff.c:1084put_fat()
DWORD val /* New value to be set to the entry */
ff.c:1273remove_chain()
DWORD clst, /* Cluster to remove a chain from */
ff.c:1274remove_chain()
DWORD pclst /* Previous cluster of clst (0:an entire chain) */
ff.c:1278remove_chain()
DWORD nxt;
ff.c:1351create_chain()
DWORD create_chain ( /* 0:No free cluster, 1:Internal error, 0xFFFFFFFF:Disk error, >=2:New cluster# */
ff.c:1353create_chain()
DWORD clst /* Cluster# to stretch, 0:Create a new chain */
ff.c:1356create_chain()
DWORD cs, ncl, scl;
ff.c:1440clmt_clust()
DWORD clmt_clust ( /* <2:Error, >=2:Cluster number */
ff.c:1445clmt_clust()
DWORD cl, ncl, *tbl;
ff.c:1450clmt_clust()
cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */
ff.c:1472dir_sdi()
DWORD ofs /* Offset of directory table */
ff.c:1475dir_sdi()
DWORD csz, clst;
ff.c:1479dir_sdi()
if (ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIRE) { /* Check range of offset and alignment */
ff.c:1494dir_sdi()
csz = (DWORD)fs->csize * SS(fs); /* Bytes per cluster */
ff.c:1524dir_next()
DWORD ofs, clst;
ff.c:1531dir_next()
if (!dp->sect || ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) return FR_NO_FILE; /* Report EOT when offset has reached max value */
ff.c:1632ld_clust()
DWORD ld_clust ( /* Returns the top cluster value of the SFN entry */
ff.c:1637ld_clust()
DWORD cl;
ff.c:1641ld_clust()
cl |= (DWORD)ld_word(dir + DIR_FstClusHI) << 16;
ff.c:1653st_clust()
DWORD cl /* Value to be set */
ff.c:1799gen_numname()
DWORD sr;
ff.c:2403dir_remove()
DWORD last = dp->dptr;
ff.c:2451get_fileinfo()
DWORD tm;
ff.c:2967check_fs()
DWORD sect /* Sector# (lba) to load and check if it is an FAT-VBR or not */
ff.c:3002find_volume()
DWORD bsect, fasize, tsect, sysect, nclst, szbfat, br[4];
ff.c:3318f_open()
DWORD dw, cl, bcs, clst, sc;
ff.c:3474f_open()
bcs = (DWORD)fs->csize * SS(fs); /* Cluster size in byte */
ff.c:3486f_open()
fp->sect = sc + (DWORD)(ofs / SS(fs));
ff.c:3520f_read()
DWORD clst, sect;
ff.c:3620f_write()
DWORD clst, sect;
ff.c:3631f_write()
if ((!_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) {
ff.c:3632f_write()
btw = (UINT)(0xFFFFFFFF - (DWORD)fp->fptr);
ff.c:3738f_sync()
DWORD tm;
ff.c:3790f_sync()
st_dword(dir + DIR_FileSize, (DWORD)fp->obj.objsize); /* Update file size */
ff.c:4008f_lseek()
DWORD clst, bcs, nsect;
ff.c:4011f_lseek()
DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl;
ff.c:4057f_lseek()
dsc += (DWORD)((ofs - 1) / SS(fs)) & (fs->csize - 1);
ff.c:4086f_lseek()
bcs = (DWORD)fs->csize * SS(fs); /* Cluster size (byte) */
ff.c:4130f_lseek()
nsect += (DWORD)(ofs / SS(fs));
ff.c:4390f_getfree()
DWORD* nclst, /* Pointer to a variable to return number of free clusters */
ff.c:4396f_getfree()
DWORD nfree, clst, sect, stat;
ff.c:4481f_truncate()
DWORD ncl;
ff.c:4531f_unlink()
DWORD dclst = 0;
ff.c:4629f_mkdir()
DWORD dsc, dcl, pcl, tm;
ff.c:4645f_mkdir()
dj.obj.objsize = (DWORD)fs->csize * SS(fs);
ff.c:4726f_rename()
DWORD dw;
ff.c:5304f_mkfs()
DWORD au, /* Size of allocation unit (cluster) [byte] */
ff.c:5315f_mkfs()
DWORD szb_buf, sz_buf, sz_blk, n_clst, pau, sect, nsect, n;
ff.c:5316f_mkfs()
DWORD b_vol, b_fat, b_data; /* Base LBA for volume, fat, data */
ff.c:5317f_mkfs()
DWORD sz_vol, sz_rsv, sz_fat, sz_dir; /* Size for volume, fat, dir, data */
ff.c:5579f_mkfs()
sz_dir = (DWORD)n_rootdir * SZDIRE / ss; /* Rootdir size [sector] */
ff.c:6048f_printf()
DWORD v;
ff.c:6114f_printf()
v = (f & 4) ? (DWORD)va_arg(arp, long) : ((d == 'D') ? (DWORD)(long)va_arg(arp, int) : (DWORD)va_arg(arp, unsigned int));
ff.h:78
typedef DWORD FSIZE_t;
ff.h:107FATFS::last_clstFATFS
DWORD last_clst; /* Last allocated cluster */
ff.h:108FATFS::free_clstFATFS
DWORD free_clst; /* Number of free clusters */
ff.h:118FATFS::n_fatentFATFS
DWORD n_fatent; /* Number of FAT entries (number of clusters + 2) */
ff.h:119FATFS::fsizeFATFS
DWORD fsize; /* Size of an FAT [sectors] */
ff.h:120FATFS::volbaseFATFS
DWORD volbase; /* Volume base sector */
ff.h:121FATFS::fatbaseFATFS
DWORD fatbase; /* FAT base sector */
ff.h:122FATFS::dirbaseFATFS
DWORD dirbase; /* Root directory base sector/cluster */
ff.h:123FATFS::databaseFATFS
DWORD database; /* Data base sector */
ff.h:124FATFS::winsectFATFS
DWORD winsect; /* Current sector appearing in the win[] */
ff.h:137_FDID::sclust_FDID
DWORD sclust; /* Object start cluster (0:no cluster or root directory) */
ff.h:160FIL::clustFIL
DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */
ff.h:161FIL::sectFIL
DWORD sect; /* Sector number appearing in buf[] (0:invalid) */
ff.h:163FIL::dir_sectFIL
DWORD dir_sect; /* Sector number containing the directory entry */
ff.h:167FIL::cltblFIL
DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by application) */
ff.h:180DIR::dptrDIR
DWORD dptr; /* Current read/write offset */
ff.h:181DIR::clustDIR
DWORD clust; /* Current cluster */
ff.h:182DIR::sectDIR
DWORD sect; /* Current sector (0:Read operation has terminated) */
ff.h:186DIR::blk_ofsDIR
DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */
ff.h:263f_getfree()::nclstf_getfree()
FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters on the drive */
ff.h:264f_getlabel()::vsnf_getlabel()
FRESULT f_getlabel (const TCHAR* path, TCHAR* label, DWORD* vsn); /* Get volume label */
ff.h:269f_mkfs()::auf_mkfs()
FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volume */
ff.h:270f_fdisk()::sztf_fdisk()
FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some partitions */
ff.h:296get_fattime()
DWORD get_fattime (void);
ff_gen_drv.h:42Diskio_drvTypeDef::disk_read::#2
DRESULT (*disk_read) (BYTE, BYTE*, DWORD, UINT); /*!< Read Sector(s) */
ff_gen_drv.h:44Diskio_drvTypeDef::disk_write::#2
DRESULT (*disk_write) (BYTE, const BYTE*, DWORD, UINT); /*!< Write Sector(s) when _USE_WRITE = 0 */

Type Use

Variables of DWORD type
Diskio_drvTypeDef::disk_read::#2
Diskio_drvTypeDef::disk_write::#2
ld_dword()::rv
sync_window()::wsect
get_fat()::val
remove_chain()::nxt
create_chain()::cs
create_chain()::ncl
create_chain()::scl
clmt_clust()::cl
clmt_clust()::ncl
clmt_clust()::tbl
dir_sdi()::csz
dir_sdi()::clst
dir_next()::ofs
dir_next()::clst
ld_clust()::cl
gen_numname()::sr
dir_remove()::last
get_fileinfo()::tm
find_volume()::bsect
find_volume()::fasize
find_volume()::tsect
find_volume()::sysect
find_volume()::nclst
find_volume()::szbfat
find_volume()::br
f_open()::dw
f_open()::cl
f_open()::bcs
f_open()::clst
f_open()::sc
f_read()::clst
f_read()::sect
f_write()::clst
f_write()::sect
f_sync()::tm
f_lseek()::clst
f_lseek()::bcs
f_lseek()::nsect
f_lseek()::cl
f_lseek()::pcl
f_lseek()::ncl
f_lseek()::tcl
f_lseek()::dsc
f_lseek()::tlen
f_lseek()::ulen
f_lseek()::tbl
f_getfree()::nfree
f_getfree()::clst
f_getfree()::sect
f_getfree()::stat
f_truncate()::ncl
f_unlink()::dclst
f_mkdir()::dsc
f_mkdir()::dcl
f_mkdir()::pcl
f_mkdir()::tm
f_rename()::dw
f_mkfs()::szb_buf
f_mkfs()::sz_buf
f_mkfs()::sz_blk
f_mkfs()::n_clst
f_mkfs()::pau
f_mkfs()::sect
f_mkfs()::nsect
f_mkfs()::n
f_mkfs()::b_vol
f_mkfs()::b_fat
f_mkfs()::b_data
f_mkfs()::sz_vol
f_mkfs()::sz_rsv
f_mkfs()::sz_fat
f_mkfs()::sz_dir
f_printf()::v
all items filtered out
DWORD
all items filtered out
DWORD