summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/ovcam/rdcam.h
blob: 154464188412257bee3b9e68abbdcb7c9ea5f638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef RDCAM_H
#define RDCAM_H

#define BITN(x) (1<<(x))


void
cam_init(void);
void
cam_get(unsigned char * tab, unsigned char part);
unsigned char
test_portcam(unsigned char bit);
void
cam_count_href_pclk(int *tab);
void
cam_skip_frames(int n);

#endif