Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/littlefs/
Dzephyr_lfs_config.h100 static inline uint32_t lfs_npw2(uint32_t a) in lfs_npw2() function
124 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()