EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
retargettextdisplay.h
Go to the documentation of this file.
1 /**************************************************************************/
18 #ifndef _RETARGETTEXTDISPLAY_H_
19 #define _RETARGETTEXTDISPLAY_H_
20 
21 #include "emstatus.h"
22 
23 /***************************************************************************/
28 /***************************************************************************/
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
37 #if defined(__CROSSWORKS_ARM)
38 int __putchar(int ch);
39 int __getchar(void);
40 #endif
41 
42 /*******************************************************************************
43  ************************** FUNCTION PROTOTYPES **************************
44  ******************************************************************************/
45 
46 EMSTATUS RETARGET_TextDisplayInit(void);
47 EMSTATUS RETARGET_WriteString(char* str);
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
56 #endif /* _RETARGETTEXTDISPLAY_H_ */
EMSTATUS RETARGET_TextDisplayInit(void)
Initialize/retarget a TEXTDISPLAY device to receivie stdout(put).
EMSTATUS definitions.
EMSTATUS RETARGET_WriteString(char *str)
Write a string of characters to the RETARGET text display device.