Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c2040 static BYTE sum_sfn ( function
2384 if (ord != 0 || sum != sum_sfn(dp->dir)) { /* Is there a valid LFN? */
2470 if (ord == 0 && sum == sum_sfn(dp->dir)) break; /* LFN matched? */
2558 sum = sum_sfn(dp->fn); /* Checksum value of the SFN tied to the LFN */