Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_dw.h111 #define WDT_TORR_TOP_INIT GENMASK(7, 4) macro
391 timeout &= ~WDT_TORR_TOP_INIT; in dw_wdt_timeout_period_init_set()
392 timeout |= FIELD_PREP(WDT_TORR_TOP_INIT, timeout_period); in dw_wdt_timeout_period_init_set()