Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c320 pair[0] = lfs_tole32(pair[0]); in lfs_pair_tole32()
321 pair[1] = lfs_tole32(pair[1]); in lfs_pair_tole32()
440 a->tag = lfs_tole32(a->tag); in lfs_gstate_tole32()
441 a->pair[0] = lfs_tole32(a->pair[0]); in lfs_gstate_tole32()
442 a->pair[1] = lfs_tole32(a->pair[1]); in lfs_gstate_tole32()
459 fcrc->size = lfs_tole32(fcrc->size); in lfs_fcrc_tole32()
460 fcrc->crc = lfs_tole32(fcrc->crc); in lfs_fcrc_tole32()
472 ctz->head = lfs_tole32(ctz->head); in lfs_ctz_tole32()
473 ctz->size = lfs_tole32(ctz->size); in lfs_ctz_tole32()
488 superblock->version = lfs_tole32(superblock->version); in lfs_superblock_tole32()
[all …]
Dlfs_util.h187 static inline uint32_t lfs_tole32(uint32_t a) { in lfs_tole32() function
/littlefs-3.7.0-3.6.0/tests/
Dtest_evil.toml110 &(struct lfs_ctz){0xcccccccc, lfs_tole32(SIZE)}})) => 0;
171 uint32_t bad = lfs_tole32(0xcccccccc);
Dtest_powerloss.toml47 memcpy(bbuffer, &(uint32_t){lfs_tole32(rev+1)}, sizeof(uint32_t));