Home
last modified time | relevance | path

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

/tests/drivers/watchdog/wdt_variables/src/
A Dmain.c21 #define WDT_HAS_FIRED (12345678U) macro
36 wdt_status = WDT_HAS_FIRED; in wdt_int_cb()
64 if (wdt_status != WDT_HAS_FIRED) { in main()
/tests/boards/nrf/hwinfo/reset_cause/src/
A Dmain.c29 #define WDT_HAS_FIRED (0x12345678U) macro
40 wdt_status = WDT_HAS_FIRED; in wdt_int_cb()
273 if (wdt_status != WDT_HAS_FIRED) { in test_reset_watchdog()
370 if (wdt_status == WDT_HAS_FIRED) { in main()

Completed in 12 milliseconds