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_pedestal.h
Go to the documentation of this file.
1
/*********************************************************************
2
* avi_isp_pedestal 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_PEDESTAL_H_
15
#define _AVI_ISP_PEDESTAL_H_
16
17
#define AVI_ISP_PEDESTAL_CFA 0x00
18
#define AVI_ISP_PEDESTAL_SUB_R 0x04
19
#define AVI_ISP_PEDESTAL_SUB_GB 0x08
20
#define AVI_ISP_PEDESTAL_SUB_GR 0x0c
21
#define AVI_ISP_PEDESTAL_SUB_B 0x10
22
23
union
avi_isp_pedestal_cfa
24
{
25
struct
26
{
27
uint32_t
cfa : 2;
28
};
25
struct
{
…
};
29
uint32_t
_register
;
30
};
23
union
avi_isp_pedestal_cfa
{
…
};
31
32
union
avi_isp_pedestal_sub_r
33
{
34
struct
35
{
36
uint32_t
sub_r : 10;
37
};
34
struct
{
…
};
38
uint32_t
_register
;
39
};
32
union
avi_isp_pedestal_sub_r
{
…
};
40
41
union
avi_isp_pedestal_sub_gb
42
{
43
struct
44
{
45
uint32_t
sub_gb : 10;
46
};
43
struct
{
…
};
47
uint32_t
_register
;
48
};
41
union
avi_isp_pedestal_sub_gb
{
…
};
49
50
union
avi_isp_pedestal_sub_gr
51
{
52
struct
53
{
54
uint32_t
sub_gr : 10;
55
};
52
struct
{
…
};
56
uint32_t
_register
;
57
};
50
union
avi_isp_pedestal_sub_gr
{
…
};
58
59
union
avi_isp_pedestal_sub_b
60
{
61
struct
62
{
63
uint32_t
sub_b : 10;
64
};
61
struct
{
…
};
65
uint32_t
_register
;
66
};
59
union
avi_isp_pedestal_sub_b
{
…
};
67
68
struct
avi_isp_pedestal_regs
69
{
70
union
avi_isp_pedestal_cfa
cfa
;
/* 0x000 */
71
union
avi_isp_pedestal_sub_r
sub_r
;
/* 0x004 */
72
union
avi_isp_pedestal_sub_gb
sub_gb
;
/* 0x008 */
73
union
avi_isp_pedestal_sub_gr
sub_gr
;
/* 0x00c */
74
union
avi_isp_pedestal_sub_b
sub_b
;
/* 0x010 */
75
};
68
struct
avi_isp_pedestal_regs
{
…
};
76
77
#endif
/* _AVI_ISP_PEDESTAL_H_ */
avi_isp_pedestal_regs::sub_r
union avi_isp_pedestal_sub_r sub_r
Definition
avi_isp_pedestal.h:71
avi_isp_pedestal_sub_r::_register
uint32_t _register
Definition
avi_isp_pedestal.h:38
avi_isp_pedestal_sub_gb::_register
uint32_t _register
Definition
avi_isp_pedestal.h:47
avi_isp_pedestal_regs::sub_gb
union avi_isp_pedestal_sub_gb sub_gb
Definition
avi_isp_pedestal.h:72
avi_isp_pedestal_regs::sub_b
union avi_isp_pedestal_sub_b sub_b
Definition
avi_isp_pedestal.h:74
avi_isp_pedestal_regs::sub_gr
union avi_isp_pedestal_sub_gr sub_gr
Definition
avi_isp_pedestal.h:73
avi_isp_pedestal_regs::cfa
union avi_isp_pedestal_cfa cfa
Definition
avi_isp_pedestal.h:70
avi_isp_pedestal_sub_gr::_register
uint32_t _register
Definition
avi_isp_pedestal.h:56
avi_isp_pedestal_cfa::_register
uint32_t _register
Definition
avi_isp_pedestal.h:29
avi_isp_pedestal_sub_b::_register
uint32_t _register
Definition
avi_isp_pedestal.h:65
avi_isp_pedestal_regs
Definition
avi_isp_pedestal.h:69
avi_isp_pedestal_cfa
Definition
avi_isp_pedestal.h:24
avi_isp_pedestal_sub_b
Definition
avi_isp_pedestal.h:60
avi_isp_pedestal_sub_gb
Definition
avi_isp_pedestal.h:42
avi_isp_pedestal_sub_gr
Definition
avi_isp_pedestal.h:51
avi_isp_pedestal_sub_r
Definition
avi_isp_pedestal.h:33
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_pedestal.h
Generated on Fri Apr 4 2025 14:56:49 for Paparazzi UAS by
1.9.8