Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::runtime::RuntimeInterrupts Class Referencefinal

RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to completion (RTC) kernel. More...

#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/RuntimeInterrupts.h>

Inheritance diagram for imt::base::dff::runtime::RuntimeInterrupts:
imt::base::core::platform::StaticClass

Static Public Member Functions

static void interruptDisable ()
 Disable all hardware interrupts.
 
static void interruptEnable ()
 Enable all hardware interrupts.
 
static void applicationIsrEntry ()
 Signalize to the runtime that the application is currently handling an interrupt.
 
static void applicationIsrExit ()
 Signalize to the runtime that the application is finished handling an interrupt.
 

Detailed Description

RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to completion (RTC) kernel.

Definition at line 50 of file RuntimeInterrupts.h.

Member Function Documentation

◆ 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: