Platform Abstraction Layer (PAL) interface for DISPLAY driver. More...
#include "emstatus.h"
Go to the source code of this file.
Defines | |
#define | PAL_EMSTATUS_OK (0) |
EMSTATUS codes of the PAL interface. | |
#define | PAL_EMSTATUS_INVALID_PARAM (PAL_EMSTATUS_BASE | 1) |
Invalid parameter. | |
#define | PAL_EMSTATUS_REPEAT_FAILED (PAL_EMSTATUS_BASE | 2) |
Repeat failed. |
Platform Abstraction Layer (PAL) interface for DISPLAY driver.
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed 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.
#define PAL_EMSTATUS_INVALID_PARAM (PAL_EMSTATUS_BASE | 1) |
Invalid parameter.
Definition at line 35 of file displaypal.h.
#define PAL_EMSTATUS_OK (0) |
EMSTATUS codes of the PAL interface.
Operation successful.
Definition at line 34 of file displaypal.h.
#define PAL_EMSTATUS_REPEAT_FAILED (PAL_EMSTATUS_BASE | 2) |
Repeat failed.
Definition at line 36 of file displaypal.h.