emstatus.h File Reference
EMSTATUS definitions.
- 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
emstatus.h
.
#include <stdint.h>
#include "em_types.h"
Macros |
|
#define | DISPLAY_EMSTATUS_BASE (0x8011UL << 16) |
#define | EMSTATUS_OK (0) |
#define | PAL_EMSTATUS_BASE (0x8013UL << 16) |
#define | TEXTDISPLAY_EMSTATUS_BASE (0x8012UL << 16) |
Macro Definition Documentation
#define DISPLAY_EMSTATUS_BASE (0x8011UL << 16) |
EMSTATUS base codes for display modules. EMSTATUS base code of DISPLAY driver interface.
Definition at line
26
of file
emstatus.h
.
#define EMSTATUS_OK (0) |
Common EMSTATUS codes: Operation successful.
Definition at line
23
of file
emstatus.h
.
#define PAL_EMSTATUS_BASE (0x8013UL << 16) |
EMSTATUS base code of PAL interface.
Definition at line
28
of file
emstatus.h
.
#define TEXTDISPLAY_EMSTATUS_BASE (0x8012UL << 16) |
EMSTATUS base code of TEXTDISPLAY module.
Definition at line
27
of file
emstatus.h
.