EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
displaybackend.h
Go to the documentation of this file.
1 /**************************************************************************/
19 #ifndef _DISPLAY_BACKEND_H_
20 #define _DISPLAY_BACKEND_H_
21 
22 #include "display.h"
23 
24 /***************************************************************************/
29 /***************************************************************************/
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
38 /*******************************************************************************
39  ************************** FUNCTION PROTOTYPES **************************
40  ******************************************************************************/
41 
43 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
52 #endif /* _DISPLAY_BACKEND_H_ */
EMSTATUS DISPLAY_DeviceRegister(DISPLAY_Device_t *device)
Register a display device.
Definition: display.c:172
Display device interface.