BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
system.h
Go to the documentation of this file.
1
#ifndef SYSTEM_H
2
#define SYSTEM_H
3
4
extern
void
F_SysEnableIrq
(
INT32U
bit);
5
extern
void
F_SysDisableIrq
(
INT32U
bit);
6
extern
void
F_SysEnableSubIrq
(
INT32U
bit);
7
extern
void
F_SysDisableSubIrq
(
INT32U
bit);
8
//======
9
// assembly function
10
//======
11
extern
void
EnableInt
(
void
);
12
extern
void
DisableInt
(
void
);
13
14
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1