MeterLogger
|
Data Fields | |
volatile uint32_t | id |
volatile watchdog_type_t | type |
volatile uint32_t | timeout |
volatile uint32_t | last_reset |
Definition at line 15 of file watchdog.c.
volatile uint32_t watchdog_t::id |
Definition at line 16 of file watchdog.c.
Referenced by add_watchdog(), and remove_watchdog().
volatile uint32_t watchdog_t::last_reset |
Definition at line 19 of file watchdog.c.
Referenced by add_watchdog(), reset_watchdog(), and watchdog_timer_func().
volatile uint32_t watchdog_t::timeout |
Definition at line 18 of file watchdog.c.
Referenced by add_watchdog(), and remove_watchdog().
volatile watchdog_type_t watchdog_t::type |
Definition at line 17 of file watchdog.c.
Referenced by add_watchdog(), and remove_watchdog().