EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
emstatus.h
Go to the documentation of this file.
1 /**************************************************************************/
18 #ifndef _EMSTATUS_H_
19 #define _EMSTATUS_H_
20 
21 #include <stdint.h>
22 #include "em_types.h" /* typedef uint32_t EMSTATUS; */
23 
25 #define EMSTATUS_OK (0)
28 #define DISPLAY_EMSTATUS_BASE (0x8011UL<<16)
29 #define TEXTDISPLAY_EMSTATUS_BASE (0x8012UL<<16)
30 #define PAL_EMSTATUS_BASE (0x8013UL<<16)
32 #endif /* _EMSTATUS_H_ */