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>
RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to completion (RTC) kernel.
◆ applicationIsrEntry()
static void imt::base::dff::runtime::RuntimeInterrupts::applicationIsrEntry |
( |
| ) |
|
|
static |
Signalize to the runtime that the application is currently handling an interrupt.
◆ applicationIsrExit()
static void imt::base::dff::runtime::RuntimeInterrupts::applicationIsrExit |
( |
| ) |
|
|
static |
Signalize to the runtime that the application is finished handling an interrupt.
◆ interruptDisable()
static void imt::base::dff::runtime::RuntimeInterrupts::interruptDisable |
( |
| ) |
|
|
static |
Disable all hardware interrupts.
◆ interruptEnable()
static void imt::base::dff::runtime::RuntimeInterrupts::interruptEnable |
( |
| ) |
|
|
static |
Enable all hardware interrupts.
The documentation for this class was generated from the following file: