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

Enums used by the driver.

Callback Enums

Enums used for driver callback handling.

Note
Used to indicate success or failure of CAM operations.
enum  cam_status_t { CAM_OK = 0 , CAM_ERR = 1 , CAM_USER_ERR = 2 , CAM_SKIP = 3 }
 CAM Status List. More...

Enumeration Type Documentation

◆ cam_status_t

#include <cam.h>

CAM Status List.

Note
Used to indicate the status of CAM operations.
Enumerator
CAM_OK 

Successful Operation *‍/.

CAM_ERR 

Failed to retrieve/write value *‍/.

CAM_USER_ERR 

User provide wrong input *‍/.

CAM_SKIP 

Skip the function *‍/.

Definition at line 60 of file cam.h.