Firmware SDK
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
x
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
x
y
z
Files
File List
•
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
twr_watchdog.h
1
#ifndef _TWR_WATCHDOG_H
2
#define _TWR_WATCHDOG_H
3
4
//#define TWR_WATCHDOG_ENABLED
5
6
typedef
enum
7
{
8
TWR_WATCHDOG_27S = 0,
9
TWR_WATCHDOG_13S = 1,
10
TWR_WATCHDOG_6S = 2,
11
TWR_WATCHDOG_3S = 3,
12
TWR_WATCHDOG_1S = 4,
13
TWR_WATCHDOG_86MS = 5,
14
TWR_WATCHDOG_43MS = 6,
15
} twr_watchdog_time_t;
16
19
20
void
twr_watchdog_init(twr_watchdog_time_t twr_watchdog_time);
21
23
24
void
twr_watchdog_refresh();
25
26
#endif
twr
inc
twr_watchdog.h
Generated by
1.9.1