|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| union | avi_isp_bayer_cfa |
| union | avi_isp_bayer_threshold_1 |
| union | avi_isp_bayer_threshold_2 |
| struct | avi_isp_bayer_regs |
| struct | avi_isp_bayer_cfa.__unnamed__ |
| struct | avi_isp_bayer_threshold_1.__unnamed__ |
| struct | avi_isp_bayer_threshold_2.__unnamed__ |
Macros | |
| #define | AVI_ISP_BAYER_CFA 0x00 |
| #define | AVI_ISP_BAYER_THRESHOLD_1 0x04 |
| #define | AVI_ISP_BAYER_THRESHOLD_2 0x08 |
| union avi_isp_bayer_cfa |
Definition at line 21 of file avi_isp_bayer.h.
Collaboration diagram for avi_isp_bayer_cfa:| Data Fields | ||
|---|---|---|
| struct avi_isp_bayer_cfa | __unnamed__ | |
| uint32_t | _register | |
| union avi_isp_bayer_threshold_1 |
Definition at line 30 of file avi_isp_bayer.h.
Collaboration diagram for avi_isp_bayer_threshold_1:| Data Fields | ||
|---|---|---|
| struct avi_isp_bayer_threshold_1 | __unnamed__ | |
| uint32_t | _register | |
| union avi_isp_bayer_threshold_2 |
Definition at line 39 of file avi_isp_bayer.h.
Collaboration diagram for avi_isp_bayer_threshold_2:| Data Fields | ||
|---|---|---|
| struct avi_isp_bayer_threshold_2 | __unnamed__ | |
| uint32_t | _register | |
| struct avi_isp_bayer_regs |
Definition at line 48 of file avi_isp_bayer.h.
Collaboration diagram for avi_isp_bayer_regs:| Data Fields | ||
|---|---|---|
| union avi_isp_bayer_cfa | cfa | |
| union avi_isp_bayer_threshold_1 | threshold_1 | |
| union avi_isp_bayer_threshold_2 | threshold_2 | |
| struct avi_isp_bayer_cfa.__unnamed__ |
Definition at line 23 of file avi_isp_bayer.h.
| Data Fields | ||
|---|---|---|
| uint32_t | cfa: 2 | |
| struct avi_isp_bayer_threshold_1.__unnamed__ |
Definition at line 32 of file avi_isp_bayer.h.
| Data Fields | ||
|---|---|---|
| uint32_t | threshold_1: 13 | |
| struct avi_isp_bayer_threshold_2.__unnamed__ |
Definition at line 41 of file avi_isp_bayer.h.
| Data Fields | ||
|---|---|---|
| uint32_t | threshold_2: 13 | |
| #define AVI_ISP_BAYER_CFA 0x00 |
Definition at line 17 of file avi_isp_bayer.h.
| #define AVI_ISP_BAYER_THRESHOLD_1 0x04 |
Definition at line 18 of file avi_isp_bayer.h.
| #define AVI_ISP_BAYER_THRESHOLD_2 0x08 |
Definition at line 19 of file avi_isp_bayer.h.