Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
Loading...
Searching...
No Matches

Overview

This is the IMX708 driver structure.

Variables

const cam_api_t IMX708_DRIVER
 IMX708 Driver Instance. Point your generic RTC pointer to this structure to use the IMX708 hardware.

Variable Documentation

◆ IMX708_DRIVER

const cam_api_t IMX708_DRIVER
extern

#include <IMX708.h>

IMX708 Driver Instance. Point your generic RTC pointer to this structure to use the IMX708 hardware.

Note
Implements the following hooks from rtc_api_t:
  • cam_init: Initialize all required camera sequence.
  • cam_startStreaming: Start Stream video.
  • cam_stoptStreaming: Stop Stream Video.
See also
cam_api_t
// Example Usage:
cam_api_t *drv = &IM708_DRIVER
drv->cam_init(&camera);
struct cam_instance cam_instance_t
Forward declaration of CAM instance.
Definition cam.h:107
CAM API structure.
Definition cam.h:113
cam_status_t(* cam_init)(cam_instance_t *cam)
Get time function pointer *‍/.
Definition cam.h:114

Definition at line 517 of file IMX708.c.