Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c192 (void)OV7670_WriteReg(handle, OV7670_COM7_REG, 0x80); in OV7670_CameraInit()
214 (void)OV7670_WriteReg(handle, OV7670_COM7_REG, 0x80); in OV7670_CameraInit()
329 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x05, outputFormatConfig->com7); in OV7670_OutputFormat()
371 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x38, resolution_config->com7); in OV7670_Resolution()
Dfsl_ov7670.h81 #define OV7670_COM7_REG 0x12U /*!< Control 7. */ macro