![]() |
Dataflow Runtime API
2.7.4.0
|
RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to completion (RTC) kernel. More...
#include <Imt.Base.Dff.Runtime/RuntimeInterrupts.h>
Static Public Member Functions | |
| static void | interruptDisable (void) |
| Disable all hardware interrupts. | |
| static void | interruptEnable (void) |
| Enable all hardware interrupts. | |
| static void | applicationIsrEntry (void) |
| Signalize to the runtime that the application is currently handling an interrupt. | |
| static void | applicationIsrExit (void) |
| Signalize to the runtime that the application is finished handling an interrupt. | |
RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to completion (RTC) kernel.