Home
last modified time | relevance | path

Searched refs:OV7670_WriteReg (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c19 #define OV7670_WriteReg(handle, reg, val) \ macro
192 (void)OV7670_WriteReg(handle, OV7670_COM7_REG, 0x80); in OV7670_CameraInit()
214 (void)OV7670_WriteReg(handle, OV7670_COM7_REG, 0x80); in OV7670_CameraInit()
230 (void)OV7670_WriteReg(handle, OV7670_MVFP_REG, u8TempVal1); in OV7670_CameraInit()
239 status = OV7670_WriteReg(handle, OV7670_CONTRAS_CENTER_REG, 0x80); in OV7670_ContrastAdjustment()
241 status = OV7670_WriteReg(handle, OV7670_CONTRAS_REG, val); in OV7670_ContrastAdjustment()
249 status = OV7670_WriteReg(handle, OV7670_BRIGHT_REG, val); in OV7670_BrightnessAdjustment()
296 …(void)OV7670_WriteReg(handle, OV7670_COM10_REG, 0x20); /* no PCLK toggle during Hblank, mandatory!… in OV7670_Configure()
321 (void)OV7670_WriteReg(handle, 0xb0, 0x84); /*!< because of colors */ in OV7670_Configure()
322 (void)OV7670_WriteReg(handle, 0xff, 0xff); in OV7670_Configure()
[all …]