EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
emstatus.h File Reference

Detailed Description

EMSTATUS definitions.

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

#include <stdint.h>
#include "em_types.h"

Go to the source code of this file.

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