Searched refs:WDT_NODE (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/subsys/task_wdt/src/ |
D | main.c | 25 #define WDT_NODE DT_ALIAS(watchdog0) macro 27 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(st_stm32_window_watchdog) macro 29 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(st_stm32_watchdog) macro 31 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nordic_nrf_wdt) macro 33 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(espressif_esp32_watchdog) macro 35 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(silabs_gecko_wdog) macro 37 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(nxp_wdog32) macro 39 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(microchip_xec_watchdog) macro 41 #define WDT_NODE DT_INVALID_NODE macro 64 const struct device *const hw_wdt_dev = DEVICE_DT_GET_OR_NULL(WDT_NODE); in main()
|
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/ |
D | test_wdt.c | 70 #define WDT_NODE DT_ALIAS(watchdog0) macro 72 #define WDT_NODE DT_INST(0, st_stm32_window_watchdog) macro 76 #define WDT_NODE DT_INST(0, st_stm32_watchdog) macro 79 #define WDT_NODE DT_INST(0, nordic_nrf_wdt) macro 82 #define WDT_NODE DT_INST(0, espressif_esp32_watchdog) macro 84 #define WDT_NODE DT_INST(0, silabs_gecko_wdog) macro 86 #define WDT_NODE DT_INST(0, nxp_wdog32) macro 88 #define WDT_NODE DT_INST(0, microchip_xec_watchdog) macro 90 #define WDT_NODE DT_INST(0, nuvoton_npcx_watchdog) macro 92 #define WDT_NODE DT_INST(0, ti_cc32xx_watchdog) macro [all …]
|
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_reset_none/src/ |
D | main.c | 17 #define WDT_NODE DT_ALIAS(watchdog0) macro 19 #define WDT_NODE DT_INST(0, nxp_s32_swt) macro 44 const struct device *const wdt = DEVICE_DT_GET(WDT_NODE); in test_wdt_callback_reset_none() 108 const struct device *const wdt = DEVICE_DT_GET(WDT_NODE); in test_wdt_bad_window_max()
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/ |
D | main.c | 17 #define WDT_NODE DT_ALIAS(watchdog0) macro 19 #define WDT_NODE DT_INST(0, nordic_nrf_wdt) macro 21 #define WDT_NODE DT_COMPAT_GET_ANY_STATUS_OKAY(zephyr_counter_watchdog) macro 68 static const struct device *const wdt = DEVICE_DT_GET(WDT_NODE);
|