Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c315 return OV7725_WriteReg(handle, OV7725_COM7_REG, 0x80); in OV7725_SoftwareReset()
346 … return OV7725_ModifyReg(handle, OV7725_COM7_REG, 0x1FU, ov7725PixelFormatConfigs[i].com7); in OV7725_SetPixelFormat()
444 status = OV7725_ModifyReg(handle, OV7725_COM7_REG, (1U << 5), (1U << 5)); in OV7725_Init()
449 status = OV7725_ModifyReg(handle, OV7725_COM7_REG, (1U << 5), (0U << 5)); in OV7725_Init()
Dfsl_ov7725.h49 #define OV7725_COM7_REG 0x12U /*!< Common Control 7 */ macro