#include <WatchdogInterface.h>
Definition at line 8 of file WatchdogInterface.h.
◆ WatchdogInterface() [1/2]
| WatchdogInterface::WatchdogInterface |
( |
int |
wd_input_pin | ) |
|
|
inline |
◆ WatchdogInterface() [2/2]
| WatchdogInterface::WatchdogInterface |
( |
int |
wd_input_pin | ) |
|
|
inline |
◆ get_watchdog_state()
| bool WatchdogInterface::get_watchdog_state |
( |
| ) |
|
◆ init() [1/2]
| void WatchdogInterface::init |
( |
unsigned long |
curr_millis | ) |
|
Definition at line 4 of file WatchdogInterface.cpp.
4 {
5
7
10
11}
unsigned long watchdog_time
void set_watchdog_state(bool state)
◆ init() [2/2]
| void WatchdogInterface::init |
( |
unsigned long |
curr_millis | ) |
|
|
inline |
◆ kick_watchdog() [1/2]
| void WatchdogInterface::kick_watchdog |
( |
unsigned long |
curr_millis | ) |
|
Definition at line 21 of file WatchdogInterface.cpp.
21 {
22
27 }
28
29}
const unsigned long WATCHDOG_KICK_INTERVAL
◆ kick_watchdog() [2/2]
| void WatchdogInterface::kick_watchdog |
( |
unsigned long |
curr_millis | ) |
|
|
inline |
◆ set_start_state() [1/2]
| void WatchdogInterface::set_start_state |
( |
| ) |
|
◆ set_start_state() [2/2]
| void WatchdogInterface::set_start_state |
( |
| ) |
|
|
inline |
◆ set_watchdog_state()
| void WatchdogInterface::set_watchdog_state |
( |
bool |
state | ) |
|
◆ pin_watchdog_input_
| int WatchdogInterface::pin_watchdog_input_ |
|
private |
◆ watchdog_state
| bool WatchdogInterface::watchdog_state |
|
private |
◆ watchdog_time
| unsigned long WatchdogInterface::watchdog_time |
|
private |
The documentation for this class was generated from the following files: