Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Toggle main menu visibility
Main Page
Related Pages
Topics
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
Enumerator
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
q
r
s
t
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
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
Loading...
Searching...
No Matches
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 "
modules/imu/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
}
11
static
inline
int
imu_aspirin_eoc
(
void
) {
…
}
15
16
17
18
#endif
/* IMU_ASPIRIN_ARCH_H */
gpio_get
static uint8_t gpio_get(ioportid_t port, uint16_t pin)
Get level of a gpio.
Definition
gpio_arch.h:94
GPIO14
#define GPIO14
Definition
gpio_def.h:45
imu.h
Inertial Measurement Unit interface.
imu_aspirin_arch_int_enable
void imu_aspirin_arch_int_enable(void)
Definition
imu_aspirin_arch.c:16
imu_aspirin_arch_int_disable
void imu_aspirin_arch_int_disable(void)
Definition
imu_aspirin_arch.c:35
imu_aspirin_eoc
static int imu_aspirin_eoc(void)
Definition
imu_aspirin_arch.h:11
GPIOC
#define GPIOC
Definition
gpio_arch.h:36
sw
airborne
arch
stm32
modules
imu
imu_aspirin_arch.h
Generated on Fri Apr 4 2025 14:56:49 for Paparazzi UAS by
1.9.8