embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hal_doc.h File Reference

Go to the source code of this file.

Functions

void Nop (void)
 No oporation. More...
 
void DisableInterrupts (void)
 Disable global interrupts. More...
 
void EnableInterrupts (void)
 Configure and enable global interrupts. More...
 
void BlockInterrupts (void)
 Backup the interrupt status (i.e. IPL) and block interrupts. More...
 
void RestoreInterrupts (void)
 RestoreInterrupts after blocking interrupts (BlockInterrupts()) More...