Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs_util.h192 static inline uint32_t lfs_frombe32(uint32_t a) { in lfs_frombe32() function
211 return lfs_frombe32(a); in lfs_tobe32()
Dlfs.c716 ntag = (lfs_frombe32(ntag) ^ tag) & 0x7fffffff; in lfs_dir_getslice()
909 tag = (lfs_frombe32(tag) ^ ptag) | 0x80000000; in lfs_dir_traverse()
1150 tag = lfs_frombe32(tag) ^ ptag; in lfs_dir_fetchmatch()