Searched refs:OV7670_VREF_REG (Results 1 – 2 of 2) sorted by relevance
393 (void)OV7670_WriteReg(handle, OV7670_VREF_REG, windowingConfig->vref); in OV7670_SetWindow()543 (void)OV7670_ModifyReg(handle, OV7670_VREF_REG, 0xc0, (uint8_t)u16Vref); in OV7670_SetWindowByCoordinates()
42 #define OV7670_VREF_REG 0x03U /*!< Pieces of GAIN, VSTART, VSTOP. */ macro