ov965x_write_regs
Default mainpageat91libcomponentsomnivisionov965x_write_regs
Description Source Call Graph
ov965x_write_regs
Initialize a list of OV9650 registers.
 
Syntax / parameters
int ov965x_write_regs (Twid *pTwid, const struct ov965x_reg *pReglist)

Name Type Default Description
pTwid Twid *
  TWI interface
pReglist const struct ov965x_reg *
  Register list to be written
 
Return value int
  0 if no error, otherwize TWID_ERROR_BUSY
Description
Initialize a list of OV9650 registers.
The list of registers is terminated by the pair of values OV9650_REG_TERM, OV9650_VAL_TERM . Returns zero if successful, or non-zero otherwise.
 
Source
The documentation for this Member was generated from the following files:
  • omnivision.c