Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h184 #define DIR_FstClusHI 20 /* Higher 16-bit of first cluster (WORD) */ macro
Dff.c1598 cl |= (DWORD)ld_word(dir + DIR_FstClusHI) << 16; in ld_clust()
1614 st_word(dir + DIR_FstClusHI, (WORD)(cl >> 16)); in st_clust()