Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_sam0.c71 uint32_t next_pow2; in wdt_sam0_timeout_to_wdt_period() local
83 next_pow2 = (1ULL << 32) >> __builtin_clz(cycles - 1); in wdt_sam0_timeout_to_wdt_period()
84 return find_msb_set(next_pow2 >> 4); in wdt_sam0_timeout_to_wdt_period()