Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c167 #define XDIR_SetSum 2 /* exFAT: Sum of the set of directory entries (WORD) */ macro
2072 if (i == XDIR_SetSum) { /* Skip 2-byte sum field */
2199 if (xdir_sum(dirb) != ld_word(dirb + XDIR_SetSum)) return FR_INT_ERR;
2265 st_word(dirb + XDIR_SetSum, xdir_sum(dirb));