Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
avi_isp_drop.h
Go to the documentation of this file.
1 /*********************************************************************
2  * avi_isp_drop 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_DROP_H_
15 #define _AVI_ISP_DROP_H_
16 
17 #define AVI_ISP_DROP_OFFSET_X 0x00
18 #define AVI_ISP_DROP_OFFSET_Y 0x04
19 
21 {
22  struct
23  {
24  uint32_t offset_x : 16;
25  };
27 };
28 
30 {
31  struct
32  {
33  uint32_t offset_y : 16;
34  };
36 };
37 
39 {
40  union avi_isp_drop_offset_x offset_x; /* 0x000 */
41  union avi_isp_drop_offset_y offset_y; /* 0x004 */
42 };
43 
44 #endif /* _AVI_ISP_DROP_H_ */
union avi_isp_drop_offset_y offset_y
Definition: avi_isp_drop.h:41
union avi_isp_drop_offset_x offset_x
Definition: avi_isp_drop.h:40
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
Definition: vl53l1_types.h:78