94#define EDID_DATA_SIZE 256
95#define EDID_MAX_DATA_SIZE 512
Device Settings HAL error codes.
dsError_t
Device Settings API Error return codes.
Definition dsError.h:100
dsError_t dsGetHostEDID(unsigned char *edid, int *length)
Gets the host EDID and length.
dsError_t dsHostTerm()
Terminates the Host sub-system.
dsError_t dsSetHostPowerMode(int newPower)
Set the power mode.
dsError_t dsHostInit()
Initializes the Host HAL sub-system.
dsError_t dsGetMS12ConfigType(const char *configType)
This function is used to get the MS12 config platform supports.
dsError_t dsGetPreferredSleepMode(dsSleepMode_t *pMode)
This function returns the preferred sleep mode which is persisted.
dsError_t dsGetSocIDFromSDK(char *socID)
Returns the SOC ID.
dsError_t dsGetCPUTemperature(float *cpuTemperature)
Gets the CPU temperature in centigrade.
dsError_t dsSetVersion(uint32_t versionNumber)
Allows the application to set the runtime version of the dsHAL.
dsError_t dsGetHostPowerMode(int *currPower)
Get the current power mode.
dsError_t dsSetPreferredSleepMode(dsSleepMode_t mode)
This function sets the preferred sleep mode which needs to be persisted.
dsError_t dsGetVersion(uint32_t *versionNumber)
Get DS HAL API Version.
enum _dsSleepMode_t dsSleepMode_t