Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/atmel/sam/sam4l/
Dsoc.c32 volatile uint32_t dly; in wdt_set_ctrl() local
37 dly = DIV_ROUND_UP(48000000 * 2, 115000); in wdt_set_ctrl()
38 dly >>= 3; /* ~8 cycles for one while loop */ in wdt_set_ctrl()
39 while (dly--) { in wdt_set_ctrl()