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
avi_isp_drop.h
Go to the documentation of this file.
1
/*********************************************************************
2
* avi_isp_drop register map
3
*
4
* Vendor: Parrot
5
* Library: AVI
6
* Version: P7R3
7
* Gen-date: (Date of generation of this C code, not the IP-Xact file)
8
* 2014-02-28
9
*
10
* WARNING: This code is automatically generated from the hardware
11
* IP-Xact XML files. Do not edit directly.
12
*********************************************************************/
13
14
#ifndef _AVI_ISP_DROP_H_
15
#define _AVI_ISP_DROP_H_
16
17
#define AVI_ISP_DROP_OFFSET_X 0x00
18
#define AVI_ISP_DROP_OFFSET_Y 0x04
19
20
union
avi_isp_drop_offset_x
21
{
22
struct
23
{
24
uint32_t
offset_x : 16;
25
};
26
uint32_t
_register
;
27
};
28
29
union
avi_isp_drop_offset_y
30
{
31
struct
32
{
33
uint32_t
offset_y : 16;
34
};
35
uint32_t
_register
;
36
};
37
38
struct
avi_isp_drop_regs
39
{
40
union
avi_isp_drop_offset_x
offset_x
;
/* 0x000 */
41
union
avi_isp_drop_offset_y
offset_y
;
/* 0x004 */
42
};
43
44
#endif
/* _AVI_ISP_DROP_H_ */
avi_isp_drop_offset_x
Definition:
avi_isp_drop.h:20
avi_isp_drop_offset_y
Definition:
avi_isp_drop.h:29
avi_isp_drop_regs::offset_y
union avi_isp_drop_offset_y offset_y
Definition:
avi_isp_drop.h:41
uint32_t
unsigned long uint32_t
Definition:
types.h:18
avi_isp_drop_regs
Definition:
avi_isp_drop.h:38
avi_isp_drop_offset_x::_register
uint32_t _register
Definition:
avi_isp_drop.h:26
avi_isp_drop_regs::offset_x
union avi_isp_drop_offset_x offset_x
Definition:
avi_isp_drop.h:40
avi_isp_drop_offset_y::_register
uint32_t _register
Definition:
avi_isp_drop.h:35
sw
airborne
boards
bebop
isp
regmap
avi_isp_drop.h
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17