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
imu_aspirin_arch.h
Go to the documentation of this file.
1
#ifndef IMU_ASPIRIN_ARCH_H
2
#define IMU_ASPIRIN_ARCH_H
3
4
#include "
subsystems/imu.h
"
5
#include <libopencm3/stm32/gpio.h>
6
7
extern
void
imu_aspirin_arch_int_enable
(
void
);
8
extern
void
imu_aspirin_arch_int_disable
(
void
);
9
10
// gyro eoc
11
static
inline
int
imu_aspirin_eoc
(
void
)
12
{
13
return
(
gpio_get
(
GPIOC
,
GPIO14
) == 0);
14
}
15
16
17
18
#endif
/* IMU_ASPIRIN_ARCH_H */
imu_aspirin_arch_int_disable
void imu_aspirin_arch_int_disable(void)
Definition:
imu_aspirin_arch.c:15
imu.h
imu_aspirin_eoc
static int imu_aspirin_eoc(void)
Definition:
imu_aspirin_arch.h:11
imu_aspirin_arch_int_enable
void imu_aspirin_arch_int_enable(void)
Definition:
imu_aspirin_arch.c:11
GPIOC
#define GPIOC
Definition:
gpio_arch.h:36
gpio_get
static uint8_t gpio_get(ioportid_t port, uint16_t pin)
Get level of a gpio.
Definition:
gpio_arch.h:88
GPIO14
#define GPIO14
Definition:
gpio_def.h:45
sw
airborne
arch
stm32
subsystems
imu
imu_aspirin_arch.h
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17