Device Settings HAL 0.2.0
 
Loading...
Searching...
No Matches
dsError.h File Reference

Device Settings HAL error codes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  dsError_t {
  dsERR_NONE = 0 , dsERR_GENERAL = 0x1000 , dsERR_INVALID_PARAM , dsERR_INVALID_STATE ,
  dsERR_OPERATION_NOT_SUPPORTED , dsERR_UNKNOWN
}
 Device Settings API Error return codes. More...
 

Detailed Description

Device Settings HAL error codes.

This API defines common error codes used by the Device Settings HAL.

Document
Document reference.
Open Issues (in no particular order)
  1. None
Assumptions
  1. None
Abbreviations
  • BE: Big-Endian.
  • cb: Callback function (suffix).
  • DS: Device Settings.
  • FPD: Front-Panel Display.
  • HAL: Hardware Abstraction Layer.
  • LE: Little-Endian.
  • LS: Least Significant.
  • MBZ: Must be zero.
  • MS: Most Significant.
  • RDK: Reference Design Kit.
  • _t: Type (suffix).
Implementation Notes
  1. None