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
trig_ext_hw.h
Go to the documentation of this file.
1
#ifndef TRIG_EXT_HW_H
2
#define TRIG_EXT_HW_H
3
4
#include "
std.h
"
5
9
#define TRIG_EXT_EDGE_RISING 1
10
#define TRIG_EXT_EDGE_FALLING 0
11
12
extern
uint32_t
trigger_t0
;
13
extern
uint32_t
delta_t0
;
14
extern
volatile
bool
trig_ext_valid
;
15
16
void
TRIG_ISR
(
void
);
17
void
trig_ext_init
(
void
);
18
19
#endif
/* TRIG_EXT_HW_H */
20
uint32_t
unsigned long uint32_t
Definition:
types.h:18
trig_ext_init
void trig_ext_init(void)
Definition:
trig_ext_hw.c:26
delta_t0
uint32_t delta_t0
Definition:
trig_ext_hw.c:9
std.h
TRIG_ISR
void TRIG_ISR(void)
Definition:
trigger_ext_hw.c:30
trigger_t0
uint32_t trigger_t0
Definition:
trig_ext_hw.c:8
trig_ext_valid
volatile bool trig_ext_valid
Definition:
trig_ext_hw.c:10
sw
airborne
arch
lpc21
modules
sensors
trig_ext_hw.h
Generated on Tue Feb 1 2022 13:51:12 for Paparazzi UAS by
1.8.17