BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
monitor.h
Go to the documentation of this file.
1 #ifndef MONITOR_H
2 #define MONITOR_H
3 
4 typedef struct{
11 
13 
14 extern void F_MonitorInit(void);
15 extern void F_MonitorSvc(void);
16 
17 #endif