![]() |
Data Logger BLE Cellular Board
|
Watchdog runtime data storage. More...
Public Attributes | |
| int | wdt_channel_id |
| struct k_work_delayable | system_workqueue_work |
Watchdog runtime data storage.
This structure holds the installed watchdog channel ID and the delayed work item used to periodically feed the watchdog.
Definition at line 43 of file watchdog_app.c.
| struct k_work_delayable wdt_data_storage::system_workqueue_work |
Delayed work used to feed the watchdog periodically.
Definition at line 45 of file watchdog_app.c.
| int wdt_data_storage::wdt_channel_id |
Watchdog channel ID installed with the driver.
Definition at line 44 of file watchdog_app.c.