EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Platform Abstraction Layer (PAL) interface for DISPLAY driver.
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) |
#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.