embedded-software
reusable software modules for embedded systems
|
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... | |