Home
last modified time | relevance | path

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

/Zephyr-latest/modules/littlefs/
Dzephyr_lfs_config.h104 static inline uint32_t lfs_npw2(uint32_t a) in lfs_npw2() function
128 return lfs_npw2((a & -a) + 1) - 1; in lfs_ctz()