Dataflow Runtime API  3.1.1.0
Static Public Member Functions | List of all members
imt::base::dff::runtime::RuntimeInterrupts Class Reference

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. More...
 
static void interruptEnable (void)
 Enable all hardware interrupts. More...
 
static void applicationIsrEntry (void)
 Signalize to the runtime that the application is currently handling an interrupt. More...
 
static void applicationIsrExit (void)
 Signalize to the runtime that the application is finished handling an interrupt. More...
 

Detailed Description

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

Member Function Documentation

◆ applicationIsrEntry()

static void imt::base::dff::runtime::RuntimeInterrupts::applicationIsrEntry ( void  )
static

Signalize to the runtime that the application is currently handling an interrupt.

◆ applicationIsrExit()

static void imt::base::dff::runtime::RuntimeInterrupts::applicationIsrExit ( void  )
static

Signalize to the runtime that the application is finished handling an interrupt.

◆ interruptDisable()

static void imt::base::dff::runtime::RuntimeInterrupts::interruptDisable ( void  )
static

Disable all hardware interrupts.

◆ interruptEnable()

static void imt::base::dff::runtime::RuntimeInterrupts::interruptEnable ( void  )
static

Enable all hardware interrupts.


The documentation for this class was generated from the following file: