BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
monitor.h
Go to the documentation of this file.
1
#ifndef MONITOR_H
2
#define MONITOR_H
3
4
typedef
struct
{
5
INT8U
State
;
6
INT8U
Status
;
7
INT8U
InUse
;
8
INT16U
Id
;
9
INT16U
UserId
;
10
}
MONITOR_CONTROL
;
11
12
extern
MONITOR_CONTROL
MonitorCtrl
;
13
14
extern
void
F_MonitorInit
(
void
);
15
extern
void
F_MonitorSvc
(
void
);
16
17
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1