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
cam_instance Struct Reference

#include <cam.h>

Data Fields

i2c_instance_tinst
 Pointer to I2C instance *‍/.
const cam_api_tdrv
 Pointer to CAM API structure *‍/.

Detailed Description

CAM instance structure.

Note
This structure holds the instance data, driver and i2c setting for an CAM peripheral.
  • inst: Pointer to I2C instance used for CAM communication.
  • drv: Pointer to CAM API structure. Uses function pointers for CAM operations.
  • current_time: Current time data structure.

Definition at line 127 of file cam.h.

Field Documentation

◆ drv

const cam_api_t* cam_instance::drv

Pointer to CAM API structure *‍/.

Definition at line 129 of file cam.h.

◆ inst

i2c_instance_t* cam_instance::inst

Pointer to I2C instance *‍/.

Definition at line 128 of file cam.h.


The documentation for this struct was generated from the following file:
  • C:/Users/JasonLau/Downloads/workspace_local/GitLab/efx_IP/efx_soc_rv64/embedded_sw/software/standalone/driver/cam/cam.h