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_denoising.h
Go to the documentation of this file.
1
/*********************************************************************
2
* avi_isp_denoising 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_DENOISING_H_
15
#define _AVI_ISP_DENOISING_H_
16
17
#define AVI_ISP_DENOISING_CFA 0x00
18
#define AVI_ISP_DENOISING_LUMOCOEFF_R_03_00 0x10
19
#define AVI_ISP_DENOISING_LUMOCOEFF_R_07_04 0x14
20
#define AVI_ISP_DENOISING_LUMOCOEFF_R_11_08 0x18
21
#define AVI_ISP_DENOISING_LUMOCOEFF_R_13_12 0x1c
22
#define AVI_ISP_DENOISING_LUMOCOEFF_B_03_00 0x20
23
#define AVI_ISP_DENOISING_LUMOCOEFF_B_07_04 0x24
24
#define AVI_ISP_DENOISING_LUMOCOEFF_B_11_08 0x28
25
#define AVI_ISP_DENOISING_LUMOCOEFF_B_13_12 0x2c
26
#define AVI_ISP_DENOISING_LUMOCOEFF_G_03_00 0x30
27
#define AVI_ISP_DENOISING_LUMOCOEFF_G_07_04 0x34
28
#define AVI_ISP_DENOISING_LUMOCOEFF_G_11_08 0x38
29
#define AVI_ISP_DENOISING_LUMOCOEFF_G_13_12 0x3c
30
31
union
avi_isp_denoising_cfa
32
{
33
struct
34
{
35
uint32_t
cfa : 2;
36
};
37
uint32_t
_register
;
38
};
39
40
union
avi_isp_denoising_lumocoeff_r_03_00
41
{
42
struct
43
{
44
uint32_t
lumocoeff_r_00 : 8;
45
uint32_t
lumocoeff_r_01 : 8;
46
uint32_t
lumocoeff_r_02 : 8;
47
uint32_t
lumocoeff_r_03 : 8;
48
};
49
uint32_t
_register
;
50
};
51
52
union
avi_isp_denoising_lumocoeff_r_07_04
53
{
54
struct
55
{
56
uint32_t
lumocoeff_r_04 : 8;
57
uint32_t
lumocoeff_r_05 : 8;
58
uint32_t
lumocoeff_r_06 : 8;
59
uint32_t
lumocoeff_r_07 : 8;
60
};
61
uint32_t
_register
;
62
};
63
64
union
avi_isp_denoising_lumocoeff_r_11_08
65
{
66
struct
67
{
68
uint32_t
lumocoeff_r_08 : 8;
69
uint32_t
lumocoeff_r_09 : 8;
70
uint32_t
lumocoeff_r_10 : 8;
71
uint32_t
lumocoeff_r_11 : 8;
72
};
73
uint32_t
_register
;
74
};
75
76
union
avi_isp_denoising_lumocoeff_r_13_12
77
{
78
struct
79
{
80
uint32_t
lumocoeff_r_12 : 8;
81
uint32_t
lumocoeff_r_13 : 8;
82
};
83
uint32_t
_register
;
84
};
85
86
union
avi_isp_denoising_lumocoeff_b_03_00
87
{
88
struct
89
{
90
uint32_t
lumocoeff_b_00 : 8;
91
uint32_t
lumocoeff_b_01 : 8;
92
uint32_t
lumocoeff_b_02 : 8;
93
uint32_t
lumocoeff_b_03 : 8;
94
};
95
uint32_t
_register
;
96
};
97
98
union
avi_isp_denoising_lumocoeff_b_07_04
99
{
100
struct
101
{
102
uint32_t
lumocoeff_b_04 : 8;
103
uint32_t
lumocoeff_b_05 : 8;
104
uint32_t
lumocoeff_b_06 : 8;
105
uint32_t
lumocoeff_b_07 : 8;
106
};
107
uint32_t
_register
;
108
};
109
110
union
avi_isp_denoising_lumocoeff_b_11_08
111
{
112
struct
113
{
114
uint32_t
lumocoeff_b_08 : 8;
115
uint32_t
lumocoeff_b_09 : 8;
116
uint32_t
lumocoeff_b_10 : 8;
117
uint32_t
lumocoeff_b_11 : 8;
118
};
119
uint32_t
_register
;
120
};
121
122
union
avi_isp_denoising_lumocoeff_b_13_12
123
{
124
struct
125
{
126
uint32_t
lumocoeff_b_12 : 8;
127
uint32_t
lumocoeff_b_13 : 8;
128
};
129
uint32_t
_register
;
130
};
131
132
union
avi_isp_denoising_lumocoeff_g_03_00
133
{
134
struct
135
{
136
uint32_t
lumocoeff_g_00 : 8;
137
uint32_t
lumocoeff_g_01 : 8;
138
uint32_t
lumocoeff_g_02 : 8;
139
uint32_t
lumocoeff_g_03 : 8;
140
};
141
uint32_t
_register
;
142
};
143
144
union
avi_isp_denoising_lumocoeff_g_07_04
145
{
146
struct
147
{
148
uint32_t
lumocoeff_g_04 : 8;
149
uint32_t
lumocoeff_g_05 : 8;
150
uint32_t
lumocoeff_g_06 : 8;
151
uint32_t
lumocoeff_g_07 : 8;
152
};
153
uint32_t
_register
;
154
};
155
156
union
avi_isp_denoising_lumocoeff_g_11_08
157
{
158
struct
159
{
160
uint32_t
lumocoeff_g_08 : 8;
161
uint32_t
lumocoeff_g_09 : 8;
162
uint32_t
lumocoeff_g_10 : 8;
163
uint32_t
lumocoeff_g_11 : 8;
164
};
165
uint32_t
_register
;
166
};
167
168
union
avi_isp_denoising_lumocoeff_g_13_12
169
{
170
struct
171
{
172
uint32_t
lumocoeff_g_12 : 8;
173
uint32_t
lumocoeff_g_13 : 8;
174
};
175
uint32_t
_register
;
176
};
177
178
struct
avi_isp_denoising_regs
179
{
180
union
avi_isp_denoising_cfa
cfa
;
/* 0x000 */
181
unsigned
/*unused*/
: 32;
/* 0x004 */
182
unsigned
/*unused*/
: 32;
/* 0x008 */
183
unsigned
/*unused*/
: 32;
/* 0x00c */
184
union
avi_isp_denoising_lumocoeff_r_03_00
lumocoeff_r_03_00
;
/* 0x010 */
185
union
avi_isp_denoising_lumocoeff_r_07_04
lumocoeff_r_07_04
;
/* 0x014 */
186
union
avi_isp_denoising_lumocoeff_r_11_08
lumocoeff_r_11_08
;
/* 0x018 */
187
union
avi_isp_denoising_lumocoeff_r_13_12
lumocoeff_r_13_12
;
/* 0x01c */
188
union
avi_isp_denoising_lumocoeff_b_03_00
lumocoeff_b_03_00
;
/* 0x020 */
189
union
avi_isp_denoising_lumocoeff_b_07_04
lumocoeff_b_07_04
;
/* 0x024 */
190
union
avi_isp_denoising_lumocoeff_b_11_08
lumocoeff_b_11_08
;
/* 0x028 */
191
union
avi_isp_denoising_lumocoeff_b_13_12
lumocoeff_b_13_12
;
/* 0x02c */
192
union
avi_isp_denoising_lumocoeff_g_03_00
lumocoeff_g_03_00
;
/* 0x030 */
193
union
avi_isp_denoising_lumocoeff_g_07_04
lumocoeff_g_07_04
;
/* 0x034 */
194
union
avi_isp_denoising_lumocoeff_g_11_08
lumocoeff_g_11_08
;
/* 0x038 */
195
union
avi_isp_denoising_lumocoeff_g_13_12
lumocoeff_g_13_12
;
/* 0x03c */
196
};
197
198
#endif
/* _AVI_ISP_DENOISING_H_ */
avi_isp_denoising_regs::lumocoeff_r_11_08
union avi_isp_denoising_lumocoeff_r_11_08 lumocoeff_r_11_08
Definition:
avi_isp_denoising.h:186
avi_isp_denoising_lumocoeff_r_13_12::_register
uint32_t _register
Definition:
avi_isp_denoising.h:83
avi_isp_denoising_lumocoeff_g_13_12
Definition:
avi_isp_denoising.h:168
avi_isp_denoising_lumocoeff_g_11_08::_register
uint32_t _register
Definition:
avi_isp_denoising.h:165
avi_isp_denoising_lumocoeff_b_03_00::_register
uint32_t _register
Definition:
avi_isp_denoising.h:95
avi_isp_denoising_regs::lumocoeff_r_07_04
union avi_isp_denoising_lumocoeff_r_07_04 lumocoeff_r_07_04
Definition:
avi_isp_denoising.h:185
avi_isp_denoising_regs::lumocoeff_g_11_08
union avi_isp_denoising_lumocoeff_g_11_08 lumocoeff_g_11_08
Definition:
avi_isp_denoising.h:194
avi_isp_denoising_lumocoeff_b_07_04
Definition:
avi_isp_denoising.h:98
avi_isp_denoising_lumocoeff_r_03_00
Definition:
avi_isp_denoising.h:40
avi_isp_denoising_lumocoeff_b_07_04::_register
uint32_t _register
Definition:
avi_isp_denoising.h:107
uint32_t
unsigned long uint32_t
Definition:
types.h:18
avi_isp_denoising_regs::lumocoeff_b_11_08
union avi_isp_denoising_lumocoeff_b_11_08 lumocoeff_b_11_08
Definition:
avi_isp_denoising.h:190
avi_isp_denoising_lumocoeff_b_11_08
Definition:
avi_isp_denoising.h:110
avi_isp_denoising_lumocoeff_g_07_04::_register
uint32_t _register
Definition:
avi_isp_denoising.h:153
avi_isp_denoising_lumocoeff_g_03_00
Definition:
avi_isp_denoising.h:132
avi_isp_denoising_regs::lumocoeff_g_13_12
union avi_isp_denoising_lumocoeff_g_13_12 lumocoeff_g_13_12
Definition:
avi_isp_denoising.h:195
avi_isp_denoising_cfa::_register
uint32_t _register
Definition:
avi_isp_denoising.h:37
avi_isp_denoising_regs::lumocoeff_r_03_00
union avi_isp_denoising_lumocoeff_r_03_00 lumocoeff_r_03_00
Definition:
avi_isp_denoising.h:184
avi_isp_denoising_regs::cfa
union avi_isp_denoising_cfa cfa
Definition:
avi_isp_denoising.h:180
avi_isp_denoising_lumocoeff_b_11_08::_register
uint32_t _register
Definition:
avi_isp_denoising.h:119
avi_isp_denoising_lumocoeff_r_07_04
Definition:
avi_isp_denoising.h:52
avi_isp_denoising_lumocoeff_g_07_04
Definition:
avi_isp_denoising.h:144
avi_isp_denoising_lumocoeff_r_07_04::_register
uint32_t _register
Definition:
avi_isp_denoising.h:61
avi_isp_denoising_lumocoeff_r_11_08
Definition:
avi_isp_denoising.h:64
avi_isp_denoising_regs
Definition:
avi_isp_denoising.h:178
avi_isp_denoising_lumocoeff_r_11_08::_register
uint32_t _register
Definition:
avi_isp_denoising.h:73
avi_isp_denoising_lumocoeff_g_11_08
Definition:
avi_isp_denoising.h:156
avi_isp_denoising_regs::lumocoeff_g_07_04
union avi_isp_denoising_lumocoeff_g_07_04 lumocoeff_g_07_04
Definition:
avi_isp_denoising.h:193
avi_isp_denoising_cfa
Definition:
avi_isp_denoising.h:31
avi_isp_denoising_regs::lumocoeff_b_13_12
union avi_isp_denoising_lumocoeff_b_13_12 lumocoeff_b_13_12
Definition:
avi_isp_denoising.h:191
avi_isp_denoising_regs::lumocoeff_b_03_00
union avi_isp_denoising_lumocoeff_b_03_00 lumocoeff_b_03_00
Definition:
avi_isp_denoising.h:188
avi_isp_denoising_regs::lumocoeff_b_07_04
union avi_isp_denoising_lumocoeff_b_07_04 lumocoeff_b_07_04
Definition:
avi_isp_denoising.h:189
avi_isp_denoising_lumocoeff_b_13_12::_register
uint32_t _register
Definition:
avi_isp_denoising.h:129
avi_isp_denoising_lumocoeff_b_13_12
Definition:
avi_isp_denoising.h:122
avi_isp_denoising_lumocoeff_g_13_12::_register
uint32_t _register
Definition:
avi_isp_denoising.h:175
avi_isp_denoising_lumocoeff_g_03_00::_register
uint32_t _register
Definition:
avi_isp_denoising.h:141
avi_isp_denoising_regs::lumocoeff_r_13_12
union avi_isp_denoising_lumocoeff_r_13_12 lumocoeff_r_13_12
Definition:
avi_isp_denoising.h:187
avi_isp_denoising_regs::lumocoeff_g_03_00
union avi_isp_denoising_lumocoeff_g_03_00 lumocoeff_g_03_00
Definition:
avi_isp_denoising.h:192
avi_isp_denoising_lumocoeff_r_03_00::_register
uint32_t _register
Definition:
avi_isp_denoising.h:49
avi_isp_denoising_lumocoeff_b_03_00
Definition:
avi_isp_denoising.h:86
avi_isp_denoising_lumocoeff_r_13_12
Definition:
avi_isp_denoising.h:76
sw
airborne
boards
bebop
isp
regmap
avi_isp_denoising.h
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17