Searched refs:OV7670_ModifyReg (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/ |
| D | fsl_ov7670.c | 27 #define OV7670_ModifyReg(handle, reg, clrMask, val) \ macro 240 status = OV7670_ModifyReg(handle, OV7670_MTXS_REG, 0x80, 0x00); in OV7670_ContrastAdjustment() 329 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x05, outputFormatConfig->com7); in OV7670_OutputFormat() 330 (void)OV7670_ModifyReg(handle, OV7670_RGB444_REG, 0x03, outputFormatConfig->rgb444); in OV7670_OutputFormat() 331 (void)OV7670_ModifyReg(handle, OV7670_COM15_REG, 0x30, outputFormatConfig->com15); in OV7670_OutputFormat() 371 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x38, resolution_config->com7); in OV7670_Resolution() 372 (void)OV7670_ModifyReg(handle, OV7670_COM3_REG, 0x0c, resolution_config->com3); in OV7670_Resolution() 376 … (void)OV7670_ModifyReg(handle, OV7670_SCALING_DCWCTR_REG, 0x33, resolution_config->scalingDcwctr); in OV7670_Resolution() 381 (void)OV7670_ModifyReg(handle, OV7670_TSLB_REG, 0x01, 0x01); in OV7670_Resolution() 388 (void)OV7670_ModifyReg(handle, OV7670_TSLB_REG, 0x01, 0x00); in OV7670_SetWindow() [all …]
|