Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
f
g
i
l
m
n
o
p
r
s
t
u
v
+
Functions
_
a
c
f
i
l
n
o
p
s
t
u
v
+
Variables
_
a
c
d
f
i
l
m
n
o
p
r
s
t
Typedefs
Enumerations
+
Enumerator
a
g
p
r
t
+
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
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
+
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
l
m
n
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
m
o
p
q
r
s
t
u
v
+
Enumerations
_
a
b
c
e
f
g
h
i
l
m
o
p
r
s
u
+
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
firmware
boards
airbourne
airbourne
include
backup_sram.h
Go to the documentation of this file.
1
#ifndef BACKUP_SRAM_H
2
#define BACKUP_SRAM_H
3
4
#include <cstddef>
5
#include <stdint.h>
6
7
void
backup_sram_init
();
8
void
backup_sram_write
(
const
void
*src,
size_t
len);
9
void
backup_sram_read
(
void
*dst,
size_t
len);
10
void
backup_sram_clear
(
size_t
len);
11
12
#endif // BACKUP_SRAM_H
backup_sram_init
void backup_sram_init()
Definition:
backup_sram.cpp:8
backup_sram_read
void backup_sram_read(void *dst, size_t len)
Definition:
backup_sram.cpp:29
backup_sram_write
void backup_sram_write(const void *src, size_t len)
Definition:
backup_sram.cpp:19
backup_sram_clear
void backup_sram_clear(size_t len)
Definition:
backup_sram.cpp:37
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Mon Feb 28 2022 23:36:07