EFM32 Giant Gecko Software Documentation
efm32gg-doc-4.2.1
|
EMSTATUS definitions. More...
#include <stdint.h>
#include "em_types.h"
Go to the source code of this file.
Macros | |
#define | EMSTATUS_OK (0) |
#define | DISPLAY_EMSTATUS_BASE (0x8011UL<<16) |
#define | TEXTDISPLAY_EMSTATUS_BASE (0x8012UL<<16) |
#define | PAL_EMSTATUS_BASE (0x8013UL<<16) |
(C) Copyright 2014 Silicon Labs, 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.
#define EMSTATUS_OK (0) |
Common EMSTATUS codes: Operation successful.
Definition at line 25 of file emstatus.h.
#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 TEXTDISPLAY_EMSTATUS_BASE (0x8012UL<<16) |
EMSTATUS base code of TEXTDISPLAY module.
Definition at line 29 of file emstatus.h.
#define PAL_EMSTATUS_BASE (0x8013UL<<16) |
EMSTATUS base code of PAL interface.
Definition at line 30 of file emstatus.h.