SemiDrive SSDK Appication Program Interface PTG3.0
cam_res.h
Go to the documentation of this file.
1
12#ifndef __CAM_RES_H__
13#define __CAM_RES_H__
14
16
18 unsigned int gpio[4];
19 unsigned int i2c_res;
20 unsigned int i2c_addr;
21 char *name;
23};
24
26
27#if CONFIG_CSI_IOMUX
28extern void csi_iomux_cfg(int sel);
29#endif
30
31#endif /* __CAM_RES_H__ */
camera_id
Definition: cam_res.h:15
@ CAMERA_2
Definition: cam_res.h:15
@ CAMERA_NUM
Definition: cam_res.h:15
@ CAMERA_0
Definition: cam_res.h:15
@ CAMERA_1
Definition: cam_res.h:15
void csi_iomux_cfg(int sel)
struct camera_res_cfg g_cam_cfg[CAMERA_NUM]
Definition: cam_res.h:17
unsigned int i2c_res
Definition: cam_res.h:19
unsigned int i2c_addr
Definition: cam_res.h:20
char * name
Definition: cam_res.h:21
void * i2c_handle
Definition: cam_res.h:22
unsigned int gpio[4]
Definition: cam_res.h:18