Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c434 …(void)OV7670_ModifyReg(handle, OV7670_COM8_REG, 0x20, filterConfig->com8); /*!< banding filter e… in OV7670_BandingFilterSelection()
441 …(void)OV7670_ModifyReg(handle, OV7670_COM8_REG, 0x02, whiteBalanceConfig->com8); /*!< AWB on/off … in OV7670_WhiteBalance()
468 (void)OV7670_ModifyReg(handle, OV7670_COM8_REG, 0xc5, lightModeConfig->com8); in OV7670_LightMode()
Dfsl_ov7670.h93 #define OV7670_COM8_REG 0x13U /*!< Control 8. */ macro