displaypal.h File Reference

Platform Abstraction Layer (PAL) interface for DISPLAY driver.

Version
5.5.0

License

Copyright 2015 Silicon Labs, Inc. http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file displaypal.h.

#include "emstatus.h"

Macros

#define PAL_EMSTATUS_INVALID_PARAM   (PAL_EMSTATUS_BASE | 1)
 
#define PAL_EMSTATUS_OK   (0)
 
#define PAL_EMSTATUS_REPEAT_FAILED   (PAL_EMSTATUS_BASE | 2)
 

Macro Definition Documentation

#define PAL_EMSTATUS_INVALID_PARAM   (PAL_EMSTATUS_BASE | 1)

Invalid parameter.

Definition at line 31 of file displaypal.h.

#define PAL_EMSTATUS_OK   (0)

EMSTATUS codes of the PAL interface. Operation successful.

Definition at line 30 of file displaypal.h.

#define PAL_EMSTATUS_REPEAT_FAILED   (PAL_EMSTATUS_BASE | 2)

Repeat failed.

Definition at line 32 of file displaypal.h.