EFM32 Happy Gecko Software Documentation  efm32hg-doc-5.1.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
displaypal.h File Reference

Detailed Description

Platform Abstraction Layer (PAL) interface for DISPLAY driver.

Version
5.1.1

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"

Go to the source code of this file.

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