Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c333 return OV7725_WriteReg(handle, OV7725_COM5_REG, 0x65); in OV7725_SetClockConfig()
596 … OV7725_CHECK_RET(OV7725_WriteReg(handle, OV7725_COM5_REG, ov7725LightModeConfigs[i].com5)); in OV7725_SetLightMode()
614 return OV7725_ModifyReg(handle, OV7725_COM5_REG, 0xF0, ov7725NightModeConfigs[i].com5); in OV7725_SetNightMode()
Dfsl_ov7725.h45 #define OV7725_COM5_REG 0x0EU /*!< Common Control 5 */ macro