Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
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
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
Files
File List
Globals
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
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
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
sim_adc_generic.c
Go to the documentation of this file.
1
#include <caml/mlvalues.h>
2
#include <
inttypes.h
>
3
4
uint16_t
adc_generic_val1
;
5
uint16_t
adc_generic_val2
;
6
7
void
adc_generic_init
(
void
)
8
{
9
}
10
11
void
adc_generic_periodic
(
void
)
12
{
13
}
14
15
value
update_adc1
(value adc1)
16
{
17
adc_generic_val1
= Int_val(adc1);
18
return
Val_unit;
19
}
uint16_t
unsigned short uint16_t
Definition:
types.h:16
adc_generic_periodic
void adc_generic_periodic(void)
Definition:
sim_adc_generic.c:11
update_adc1
value update_adc1(value adc1)
Definition:
sim_adc_generic.c:15
adc_generic_val2
uint16_t adc_generic_val2
Definition:
sim_adc_generic.c:5
adc_generic_init
void adc_generic_init(void)
Definition:
sim_adc_generic.c:7
inttypes.h
adc_generic_val1
uint16_t adc_generic_val1
Definition:
sim_adc_generic.c:4
sw
airborne
arch
sim
sim_adc_generic.c
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17