Searched refs:com7 (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 78 uint8_t com7; member 182 {.fmt = kVIDEO_PixelFormatYUYV, .com7 = (0)}, 183 {.fmt = kVIDEO_PixelFormatRGB565, .com7 = (1 << 2) | (2)}, 184 {.fmt = kVIDEO_PixelFormatXRGB1555, .com7 = (2 << 2) | (2)}, 185 {.fmt = kVIDEO_PixelFormatXRGB4444, .com7 = (3 << 2) | (2)}}; 346 … return OV7725_ModifyReg(handle, OV7725_COM7_REG, 0x1FU, ov7725PixelFormatConfigs[i].com7); in OV7725_SetPixelFormat()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/ |
| D | fsl_ov7670.h | 360 uint8_t com7; member 369 uint8_t com7; member
|
| D | fsl_ov7670.c | 329 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x05, outputFormatConfig->com7); in OV7670_OutputFormat() 371 (void)OV7670_ModifyReg(handle, OV7670_COM7_REG, 0x38, resolution_config->com7); in OV7670_Resolution()
|