Home
last modified time | relevance | path

Searched defs:wdt_nxp_fs26_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c73 struct wdt_nxp_fs26_data { struct
74 wdt_callback_t callback;
75 uint16_t token; /* local copy of the watchdog token */
76 bool timeout_installed;
77 uint8_t window_period;
78 uint8_t window_duty_cycle;
79 uint8_t fs_reaction;
80 struct gpio_callback int_gpio_cb;
81 struct k_sem int_sem;
82 struct k_thread int_thread;