Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
avi_isp_edge_enhancement_color_reduction_filter.h
Go to the documentation of this file.
1
/*********************************************************************
2
* avi_isp_edge_enhancement_color_reduction_filter 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_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_H_
15
#define _AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_H_
16
17
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_EE_LUT 0x00
18
19
union
avi_isp_edge_enhancement_color_reduction_filter_ee_lut
20
{
21
struct
22
{
23
uint32_t
ee_lut
: 6;
24
};
25
uint32_t
_register
;
26
};
27
28
struct
avi_isp_edge_enhancement_color_reduction_filter_ee_lut_regs
29
{
30
union
avi_isp_edge_enhancement_color_reduction_filter_ee_lut
ee_lut
[256];
31
};
32
33
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_EE_KERNEL_COEFF 0x400
34
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_CRF_KERNEL_COEFF 0x420
35
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_M_COEFF 0x440
36
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_D_COEFF 0x460
37
38
union
avi_isp_edge_enhancement_color_reduction_filter_ee_kernel_coeff
39
{
40
struct
41
{
42
uint32_t
ee_kernel_coeff : 11;
43
};
44
uint32_t
_register
;
45
};
46
47
union
avi_isp_edge_enhancement_color_reduction_filter_crf_kernel_coeff
48
{
49
struct
50
{
51
uint32_t
crf_kernel_coeff : 11;
52
};
53
uint32_t
_register
;
54
};
55
56
union
avi_isp_edge_enhancement_color_reduction_filter_m_coeff
57
{
58
struct
59
{
60
uint32_t
m_coeff : 8;
61
};
62
uint32_t
_register
;
63
};
64
65
union
avi_isp_edge_enhancement_color_reduction_filter_d_coeff
66
{
67
struct
68
{
69
uint32_t
d_coeff : 11;
70
};
71
uint32_t
_register
;
72
};
73
74
struct
avi_isp_edge_enhancement_color_reduction_filter_regs
75
{
76
union
avi_isp_edge_enhancement_color_reduction_filter_ee_kernel_coeff
ee_kernel_coeff
[6];
/* 0x400 - 0x414 */
77
unsigned
/*unused*/
: 32;
/* 0x018 */
78
unsigned
/*unused*/
: 32;
/* 0x01c */
79
union
avi_isp_edge_enhancement_color_reduction_filter_crf_kernel_coeff
crf_kernel_coeff
[6];
/* 0x420 - 0x434 */
80
unsigned
/*unused*/
: 32;
/* 0x038 */
81
unsigned
/*unused*/
: 32;
/* 0x03c */
82
union
avi_isp_edge_enhancement_color_reduction_filter_m_coeff
m_coeff
;
/* 0x440 */
83
unsigned
/*unused*/
: 32;
/* 0x044 */
84
unsigned
/*unused*/
: 32;
/* 0x048 */
85
unsigned
/*unused*/
: 32;
/* 0x04c */
86
unsigned
/*unused*/
: 32;
/* 0x050 */
87
unsigned
/*unused*/
: 32;
/* 0x054 */
88
unsigned
/*unused*/
: 32;
/* 0x058 */
89
unsigned
/*unused*/
: 32;
/* 0x05c */
90
union
avi_isp_edge_enhancement_color_reduction_filter_d_coeff
d_coeff
;
/* 0x460 */
91
};
92
93
#endif
/* _AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER_H_ */
avi_isp_edge_enhancement_color_reduction_filter_d_coeff::_register
uint32_t _register
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:71
avi_isp_edge_enhancement_color_reduction_filter_crf_kernel_coeff::_register
uint32_t _register
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:53
avi_isp_edge_enhancement_color_reduction_filter_regs::d_coeff
union avi_isp_edge_enhancement_color_reduction_filter_d_coeff d_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:90
avi_isp_edge_enhancement_color_reduction_filter_m_coeff::_register
uint32_t _register
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:62
avi_isp_edge_enhancement_color_reduction_filter_ee_lut_regs::ee_lut
union avi_isp_edge_enhancement_color_reduction_filter_ee_lut ee_lut[256]
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:30
avi_isp_edge_enhancement_color_reduction_filter_regs::crf_kernel_coeff
union avi_isp_edge_enhancement_color_reduction_filter_crf_kernel_coeff crf_kernel_coeff[6]
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:79
avi_isp_edge_enhancement_color_reduction_filter_regs::ee_kernel_coeff
union avi_isp_edge_enhancement_color_reduction_filter_ee_kernel_coeff ee_kernel_coeff[6]
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:76
avi_isp_edge_enhancement_color_reduction_filter_ee_lut::_register
uint32_t _register
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:25
avi_isp_edge_enhancement_color_reduction_filter_regs::m_coeff
union avi_isp_edge_enhancement_color_reduction_filter_m_coeff m_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:82
avi_isp_edge_enhancement_color_reduction_filter_ee_kernel_coeff::_register
uint32_t _register
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:44
avi_isp_edge_enhancement_color_reduction_filter_ee_lut_regs
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:29
avi_isp_edge_enhancement_color_reduction_filter_regs
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:75
avi_isp_edge_enhancement_color_reduction_filter_crf_kernel_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:48
avi_isp_edge_enhancement_color_reduction_filter_d_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:66
avi_isp_edge_enhancement_color_reduction_filter_ee_kernel_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:39
avi_isp_edge_enhancement_color_reduction_filter_ee_lut
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:20
avi_isp_edge_enhancement_color_reduction_filter_m_coeff
Definition:
avi_isp_edge_enhancement_color_reduction_filter.h:57
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_edge_enhancement_color_reduction_filter.h
Generated on Mon Oct 7 2024 12:27:57 for Paparazzi UAS by
1.9.1