Go to the source code of this file.
cam driver implementation.
Implements the functions defined in cam.h for controlling cam input/output and interrupts on the EfxSapphireSoC platform.
Definition in file cam.c.
Functions | |
| void | cam_writeReg (cam_instance_t *cam, u16 reg, u8 data) |
| Write Data to specific register in camera. | |
| u8 | cam_readReg (cam_instance_t *cam, u16 reg) |
| Read Data from specific register in camera. | |