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
avi_isp_bayer.h
Go to the documentation of this file.
1
/*********************************************************************
2
* avi_isp_bayer 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_BAYER_H_
15
#define _AVI_ISP_BAYER_H_
16
17
#define AVI_ISP_BAYER_CFA 0x00
18
#define AVI_ISP_BAYER_THRESHOLD_1 0x04
19
#define AVI_ISP_BAYER_THRESHOLD_2 0x08
20
21
union
avi_isp_bayer_cfa
22
{
23
struct
24
{
25
uint32_t
cfa : 2;
26
};
23
struct
{
…
};
27
uint32_t
_register
;
28
};
21
union
avi_isp_bayer_cfa
{
…
};
29
30
union
avi_isp_bayer_threshold_1
31
{
32
struct
33
{
34
uint32_t
threshold_1 : 13;
35
};
32
struct
{
…
};
36
uint32_t
_register
;
37
};
30
union
avi_isp_bayer_threshold_1
{
…
};
38
39
union
avi_isp_bayer_threshold_2
40
{
41
struct
42
{
43
uint32_t
threshold_2 : 13;
44
};
41
struct
{
…
};
45
uint32_t
_register
;
46
};
39
union
avi_isp_bayer_threshold_2
{
…
};
47
48
struct
avi_isp_bayer_regs
49
{
50
union
avi_isp_bayer_cfa
cfa
;
/* 0x000 */
51
union
avi_isp_bayer_threshold_1
threshold_1
;
/* 0x004 */
52
union
avi_isp_bayer_threshold_2
threshold_2
;
/* 0x008 */
53
};
48
struct
avi_isp_bayer_regs
{
…
};
54
55
#endif
/* _AVI_ISP_BAYER_H_ */
avi_isp_bayer_cfa::_register
uint32_t _register
Definition
avi_isp_bayer.h:27
avi_isp_bayer_regs::threshold_2
union avi_isp_bayer_threshold_2 threshold_2
Definition
avi_isp_bayer.h:52
avi_isp_bayer_regs::cfa
union avi_isp_bayer_cfa cfa
Definition
avi_isp_bayer.h:50
avi_isp_bayer_regs::threshold_1
union avi_isp_bayer_threshold_1 threshold_1
Definition
avi_isp_bayer.h:51
avi_isp_bayer_threshold_1::_register
uint32_t _register
Definition
avi_isp_bayer.h:36
avi_isp_bayer_threshold_2::_register
uint32_t _register
Definition
avi_isp_bayer.h:45
avi_isp_bayer_regs
Definition
avi_isp_bayer.h:49
avi_isp_bayer_cfa
Definition
avi_isp_bayer.h:22
avi_isp_bayer_threshold_1
Definition
avi_isp_bayer.h:31
avi_isp_bayer_threshold_2
Definition
avi_isp_bayer.h:40
uint32_t
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
Definition
vl53l1_types.h:78
sw
airborne
boards
bebop
isp
regmap
avi_isp_bayer.h
Generated on Fri Apr 4 2025 14:56:49 for Paparazzi UAS by
1.9.8