Home
last modified time | relevance | path

Searched refs:vstart (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c360 uint16_t hstart, vstart, hsize; in OV7725_Init() local
493 vstart = 0x07U << 1U; in OV7725_Init()
499 OV7725_CHECK_RET(OV7725_WriteReg(handle, OV7725_VSTART_REG, (uint8_t)(vstart >> 1U))); in OV7725_Init()
504 …tmpReg = (((uint8_t)vstart & 1U) << 6U) | (((uint8_t)hstart & 3U) << 4U) | (((uint8_t)height & 1U)… in OV7725_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.h470 uint8_t vstart; member
Dfsl_ov7670.c394 (void)OV7670_WriteReg(handle, OV7670_VSTART_REG, windowingConfig->vstart); in OV7670_SetWindow()