Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c618 static void st_word (BYTE* ptr, WORD val) /* Store a 2-byte word in little-endian */ in st_word() function
1107 st_word(fs->win + BS_55AA, 0xAA55); in sync_fs()
1256 st_word(fs->win + clst * 2 % SS(fs), (WORD)val); /* Simple WORD array */ in put_fat()
1857 st_word(dir + DIR_FstClusLO, (WORD)cl);
1859 st_word(dir + DIR_FstClusHI, (WORD)(cl >> 16));
1959 st_word(dir + LDIR_FstClusLO, 0);
1965 st_word(dir + LfnOfs[s], wc); /* Put it */
2265 st_word(dirb + XDIR_SetSum, xdir_sum(dirb));
2310 st_word(dirb + i, wc); /* Store it */
2318 st_word(dirb + XDIR_NameHash, xname_sum(lfn)); /* Set name hash */
[all …]
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow.map54632 .text.st_word 0x0000000040134ebc 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj)
Doverflow_esp32s2.map55804 .text.st_word 0x00000000400e258c 0xe esp-idf/fatfs/libfatfs.a(ff.c.obj)