Home
last modified time | relevance | path

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

/littlefs-latest/
Dlfs_util.h210 static inline uint32_t lfs_frombe32(uint32_t a) { in lfs_frombe32() function
229 return lfs_frombe32(a); in lfs_tobe32()
Dlfs.c754 ntag = (lfs_frombe32(ntag) ^ tag) & 0x7fffffff; in lfs_dir_getslice()
947 tag = (lfs_frombe32(tag) ^ ptag) | 0x80000000; in lfs_dir_traverse()
1188 tag = lfs_frombe32(tag) ^ ptag; in lfs_dir_fetchmatch()