Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c386 … OV7670_SetWindow(camera_device_handle_t *handle, const ov7670_windowing_config_t *windowingConfig) in OV7670_SetWindow() argument
390 (void)OV7670_WriteReg(handle, OV7670_HREF_REG, windowingConfig->href); in OV7670_SetWindow()
391 (void)OV7670_WriteReg(handle, OV7670_HSTART_REG, windowingConfig->hstart); in OV7670_SetWindow()
392 (void)OV7670_WriteReg(handle, OV7670_HSTOP_REG, windowingConfig->hstop); in OV7670_SetWindow()
393 (void)OV7670_WriteReg(handle, OV7670_VREF_REG, windowingConfig->vref); in OV7670_SetWindow()
394 (void)OV7670_WriteReg(handle, OV7670_VSTART_REG, windowingConfig->vstart); in OV7670_SetWindow()
395 (void)OV7670_WriteReg(handle, OV7670_VSTOP_REG, windowingConfig->vstop); in OV7670_SetWindow()
Dfsl_ov7670.h792 …OV7670_SetWindow(camera_device_handle_t *handle, const ov7670_windowing_config_t *windowingConfig);