Home
last modified time | relevance | path

Searched refs:st_qword (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c633 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword() function
2526 st_qword(fs->dirbuf + XDIR_FileSize, dp->obj.objsize); /* Update the allocation status */
2527 st_qword(fs->dirbuf + XDIR_ValidFileSize, dp->obj.objsize);
3995 st_qword(fs->dirbuf + XDIR_FileSize, fp->obj.objsize);
3996 st_qword(fs->dirbuf + XDIR_ValidFileSize, fp->obj.objsize);