embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hal_general.h
Go to the documentation of this file.
1 #ifndef _HAL_GENERAL_
2 #define _HAL_GENERAL_
3 
4 #define DisableInterrupts()
5 #define EnableInterrupts()
6 
7 #define BlockInterrupts()
8 #define RestoreInterrupts()
9 
10 #endif // _HAL_GENERAL_