displaypal.h File Reference

Platform Abstraction Layer (PAL) interface for DISPLAY driver. More...

#include "emstatus.h"
Include dependency graph for displaypal.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Platform Abstraction Layer (PAL) interface for DISPLAY driver.

Version:
4.0.0

License

(C) Copyright 2014 Silicon Labs, 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.


Define Documentation

#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.