STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
Middlewares
ST
STemWin
Config
GUIDRV_Template.h
Go to the documentation of this file.
1
/*********************************************************************
2
* Portions COPYRIGHT 2015 STMicroelectronics *
3
* Portions SEGGER Microcontroller GmbH & Co. KG *
4
* Solutions for real time microcontroller applications *
5
**********************************************************************
6
* *
7
* (c) 1996 - 2015 SEGGER Microcontroller GmbH & Co. KG *
8
* *
9
* Internet: www.segger.com Support: support@segger.com *
10
* *
11
**********************************************************************
12
13
** emWin V5.28 - Graphical user interface for embedded applications **
14
All Intellectual Property rights in the Software belongs to SEGGER.
15
emWin is protected by international copyright laws. Knowledge of the
16
source code may not be used to write a similar product. This file may
17
only be used in accordance with the following terms:
18
19
The software has been licensed to STMicroelectronics International
20
N.V. a Dutch company with a Swiss branch and its headquarters in Plan-
21
les-Ouates, Geneva, 39 Chemin du Champ des Filles, Switzerland for the
22
purposes of creating libraries for ARM Cortex-M-based 32-bit microcon_
23
troller products commercialized by Licensee only, sublicensed and dis_
24
tributed under the terms and conditions of the End User License Agree_
25
ment supplied by STMicroelectronics International N.V.
26
Full source code is available at: www.segger.com
27
28
We appreciate your understanding and fairness.
29
----------------------------------------------------------------------
30
File : GUIDRV_Template.h
31
Purpose : Interface definition for GUIDRV_Template driver
32
---------------------------END-OF-HEADER------------------------------
33
*/
34
54
#ifndef GUIDRV_TEMPLATE_H
55
#define GUIDRV_TEMPLATE_H
56
57
/*********************************************************************
58
*
59
* Display drivers
60
*/
61
//
62
// Addresses
63
//
64
extern
const
GUI_DEVICE_API
GUIDRV_Template_API
;
65
66
//
67
// Macro to be used in configuration files
68
//
69
#define GUIDRV_TEMPLATE &GUIDRV_Template_API
70
71
#endif
72
73
/*************************** End of file ****************************/
GUIDRV_Template_API
const GUI_DEVICE_API GUIDRV_Template_API
Definition:
GUIDRV_Template.c:808
GUI_DEVICE_API
Definition:
GUI.h:93
Generated by
1.8.11