emstatus.h File Reference

EMSTATUS definitions. More...

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

Go to the source code of this file.

Defines

#define EMSTATUS_OK   (0)
 Common EMSTATUS codes:
#define DISPLAY_EMSTATUS_BASE   (0x8011UL<<16)
 EMSTATUS base codes for display modules.
#define TEXTDISPLAY_EMSTATUS_BASE   (0x8012UL<<16)
 EMSTATUS base code of TEXTDISPLAY module.
#define PAL_EMSTATUS_BASE   (0x8013UL<<16)
 EMSTATUS base code of PAL interface.

Detailed Description

EMSTATUS definitions.

Version:
3.20.5

License

(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 emstatus.h.


Define Documentation

#define DISPLAY_EMSTATUS_BASE   (0x8011UL<<16)

EMSTATUS base codes for display modules.

EMSTATUS base code of DISPLAY driver interface.

Definition at line 28 of file emstatus.h.

#define EMSTATUS_OK   (0)

Common EMSTATUS codes:

Operation successful.

Definition at line 25 of file emstatus.h.

#define PAL_EMSTATUS_BASE   (0x8013UL<<16)

EMSTATUS base code of PAL interface.

Definition at line 30 of file emstatus.h.

#define TEXTDISPLAY_EMSTATUS_BASE   (0x8012UL<<16)

EMSTATUS base code of TEXTDISPLAY module.

Definition at line 29 of file emstatus.h.