BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
gui.h
Go to the documentation of this file.
1
#ifndef GUI_H
2
#define GUI_H
3
4
typedef
struct
{
5
INT8U
State
;
6
INT8U
Status
;
7
8
}
GUI_CONTROL
;
9
10
extern
GUI_CONTROL
GuiCtrl
;
11
extern
void
F_GuiInit
(
void
);
12
extern
void
F_GuiSvc
(
void
);
13
14
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1