Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Functions
_
a
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
l
m
n
p
q
r
s
t
u
w
y
Typedefs
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
r
s
t
u
w
y
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
i
m
n
p
s
t
u
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
m
n
o
p
q
r
s
t
u
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
lib
inertial-sense-sdk
hw-libs
misc
maintenance.h
Go to the documentation of this file.
1
#ifndef MAINTENANCE_H_
2
#define MAINTENANCE_H_
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
// prototypes
8
void
led_maintenance
(
void
);
9
void
led_sys_heartbeat
(
void
);
10
void
rtos_maintenance
(
void
);
11
void
save_persistent_messages
(
void
);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
#endif // MAINTENANCE_H_
led_sys_heartbeat
void led_sys_heartbeat(void)
Definition:
maintenance.c:178
led_maintenance
void led_maintenance(void)
Definition:
maintenance.c:10
save_persistent_messages
void save_persistent_messages(void)
Definition:
maintenance.c:219
rtos_maintenance
void rtos_maintenance(void)
Definition:
maintenance.c:200
inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:04