STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
GUIDRV_TemplateI.h
Go to the documentation of this file.
1 /*********************************************************************
2 * SEGGER Microcontroller GmbH & Co. KG *
3 * Solutions for real time microcontroller applications *
4 **********************************************************************
5 * *
6 * (c) 1996 - 2015 SEGGER Microcontroller GmbH & Co. KG *
7 * *
8 * Internet: www.segger.com Support: support@segger.com *
9 * *
10 **********************************************************************
11 
12 ** emWin V5.28 - Graphical user interface for embedded applications **
13 All Intellectual Property rights in the Software belongs to SEGGER.
14 emWin is protected by international copyright laws. Knowledge of the
15 source code may not be used to write a similar product. This file may
16 only be used in accordance with the following terms:
17 
18 The software has been licensed to STMicroelectronics International
19 N.V. a Dutch company with a Swiss branch and its headquarters in Plan-
20 les-Ouates, Geneva, 39 Chemin du Champ des Filles, Switzerland for the
21 purposes of creating libraries for ARM Cortex-M-based 32-bit microcon_
22 troller products commercialized by Licensee only, sublicensed and dis_
23 tributed under the terms and conditions of the End User License Agree_
24 ment supplied by STMicroelectronics International N.V.
25 Full source code is available at: www.segger.com
26 
27 We appreciate your understanding and fairness.
28 ----------------------------------------------------------------------
29 File : GUIDRV_TemplateI.h
30 Purpose : Interface definition for GUIDRV_TemplateI driver
31 ---------------------------END-OF-HEADER------------------------------
32 */
33 
34 #ifndef GUIDRV_TEMPLATE_I_H
35 #define GUIDRV_TEMPLATE_I_H
36 
37 #if defined(__cplusplus)
38 extern "C" { /* Make sure we have C-declarations in C++ programs */
39 #endif
40 
41 /*********************************************************************
42 *
43 * Configuration structure
44 */
45 typedef struct {
46  //
47  // Driver specific configuration items
48  //
49  int Dummy;
51 
52 /*********************************************************************
53 *
54 * Display drivers
55 */
56 //
57 // Addresses
58 //
67 
68 //
69 // Macros to be used in configuration files
70 //
71 #if defined(WIN32) && !defined(LCD_SIMCONTROLLER)
72 
73  #define GUIDRV_TEMPLATE_I_16 &GUIDRV_Win_API
74  #define GUIDRV_TEMPLATE_I_OY_16 &GUIDRV_Win_API
75  #define GUIDRV_TEMPLATE_I_OX_16 &GUIDRV_Win_API
76  #define GUIDRV_TEMPLATE_I_OXY_16 &GUIDRV_Win_API
77  #define GUIDRV_TEMPLATE_I_OS_16 &GUIDRV_Win_API
78  #define GUIDRV_TEMPLATE_I_OSY_16 &GUIDRV_Win_API
79  #define GUIDRV_TEMPLATE_I_OSX_16 &GUIDRV_Win_API
80  #define GUIDRV_TEMPLATE_I_OSXY_16 &GUIDRV_Win_API
81 
82 #else
83 
84  #define GUIDRV_TEMPLATE_I_16 &GUIDRV_TEMPLATE_I_16_API
85  #define GUIDRV_TEMPLATE_I_OY_16 &GUIDRV_TEMPLATE_I_OY_16_API
86  #define GUIDRV_TEMPLATE_I_OX_16 &GUIDRV_TEMPLATE_I_OX_16_API
87  #define GUIDRV_TEMPLATE_I_OXY_16 &GUIDRV_TEMPLATE_I_OXY_16_API
88  #define GUIDRV_TEMPLATE_I_OS_16 &GUIDRV_TEMPLATE_I_OS_16_API
89  #define GUIDRV_TEMPLATE_I_OSY_16 &GUIDRV_TEMPLATE_I_OSY_16_API
90  #define GUIDRV_TEMPLATE_I_OSX_16 &GUIDRV_TEMPLATE_I_OSX_16_API
91  #define GUIDRV_TEMPLATE_I_OSXY_16 &GUIDRV_TEMPLATE_I_OSXY_16_API
92 
93 #endif
94 
95 /*********************************************************************
96 *
97 * Public routines
98 */
99 void GUIDRV_TemplateI_Config (GUI_DEVICE * pDevice, CONFIG_TEMPLATE_I * pConfig);
100 void GUIDRV_TemplateI_SetBus_XXX(GUI_DEVICE * pDevice, GUI_PORT_API * pHW_API);
102 
103 #if defined(__cplusplus)
104 }
105 #endif
106 
107 #endif
108 
109 /*************************** End of file ****************************/
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OY_16_API
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OS_16_API
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OSX_16_API
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OSY_16_API
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OSXY_16_API
void GUIDRV_TemplateI_SetFuncXXX(GUI_DEVICE *pDevice)
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_16_API
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OXY_16_API
void GUIDRV_TemplateI_Config(GUI_DEVICE *pDevice, CONFIG_TEMPLATE_I *pConfig)
const GUI_DEVICE_API GUIDRV_TEMPLATE_I_OX_16_API
void GUIDRV_TemplateI_SetBus_XXX(GUI_DEVICE *pDevice, GUI_PORT_API *pHW_API)