RDK Documentation (Open Sourced RDK Components)
dsUtl.h File Reference

Device Settings HAL utilities. More...

#include <stdio.h>
Include dependency graph for dsUtl.h:

Go to the source code of this file.

Macros

#define dsUTL_ASSERT(x)
 Device Settings general Assert Failure inline definition. More...
 
#define dsUTL_DIM(arr)   (sizeof((arr))/sizeof((arr)[0]))
 Device Settings general Array dimension calculation inline definition.
 

yes

Device Settings HAL utilities.

This API defines some common utilities for 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

Definition in file dsUtl.h.