Searched refs:u16Temp (Results 1 – 1 of 1) sorted by relevance
523 uint16_t u16Temp, u16Href, u16Vref; in OV7670_SetWindowByCoordinates() local527 u16Temp = startPoint->hstartCoordinate + FSL_VIDEO_EXTRACT_WIDTH(resolution); in OV7670_SetWindowByCoordinates()528 u16Href = (u16Temp & 0x07U); in OV7670_SetWindowByCoordinates()533 u16Temp = u16Temp >> 3; in OV7670_SetWindowByCoordinates()534 (void)OV7670_WriteReg(handle, OV7670_HSTOP_REG, (uint8_t)u16Temp); in OV7670_SetWindowByCoordinates()535 u16Temp = ((startPoint->hstartCoordinate & 0x7f8U) >> 3); in OV7670_SetWindowByCoordinates()536 (void)OV7670_WriteReg(handle, OV7670_HSTART_REG, (uint8_t)u16Temp); in OV7670_SetWindowByCoordinates()538 u16Temp = startPoint->vstartCoordinate + FSL_VIDEO_EXTRACT_HEIGHT(resolution); in OV7670_SetWindowByCoordinates()539 u16Vref = (u16Temp & 0x03U); in OV7670_SetWindowByCoordinates()544 u16Temp = u16Temp >> 2; in OV7670_SetWindowByCoordinates()[all …]