Data Logger BLE Cellular Board
Loading...
Searching...
No Matches
wdt_data_storage Struct Reference

Watchdog runtime data storage. More...

Public Attributes

int wdt_channel_id
 
struct k_work_delayable system_workqueue_work
 

Detailed Description

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.

Member Data Documentation

◆ system_workqueue_work

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.

◆ wdt_channel_id

int wdt_data_storage::wdt_channel_id

Watchdog channel ID installed with the driver.

Definition at line 44 of file watchdog_app.c.


The documentation for this struct was generated from the following file: