Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c400 …meRateAdjustment(camera_device_handle_t *handle, const ov7670_frame_rate_config_t *frameRateConfig) in OV7670_FrameRateAdjustment() argument
402 (void)OV7670_WriteReg(handle, OV7670_CLKRC_REG, frameRateConfig->clkrc); in OV7670_FrameRateAdjustment()
404 (void)OV7670_WriteReg(handle, OV7670_DBLV_REG, frameRateConfig->dblv); in OV7670_FrameRateAdjustment()
406 (void)OV7670_WriteReg(handle, OV7670_EXHCH_REG, frameRateConfig->exhch); in OV7670_FrameRateAdjustment()
408 (void)OV7670_WriteReg(handle, OV7670_EXHCL_REG, frameRateConfig->exhcl); in OV7670_FrameRateAdjustment()
410 (void)OV7670_WriteReg(handle, OV7670_DM_LNL_REG, frameRateConfig->dm_lnl); in OV7670_FrameRateAdjustment()
412 (void)OV7670_WriteReg(handle, OV7670_DM_LNH_REG, frameRateConfig->dm_lnh); in OV7670_FrameRateAdjustment()
Dfsl_ov7670.h741 …eRateAdjustment(camera_device_handle_t *handle, const ov7670_frame_rate_config_t *frameRateConfig);