36#ifndef IMT_BASE_DFF_RUNTIME_RUNTIMEINTERRUPTS_H
37#define IMT_BASE_DFF_RUNTIME_RUNTIMEINTERRUPTS_H
RuntimeInterrupts defines the basic Application Interface (API) to the interrupt part of the run to c...
static void applicationIsrEntry()
Signalize to the runtime that the application is currently handling an interrupt.
static void interruptDisable()
Disable all hardware interrupts.
static void interruptEnable()
Enable all hardware interrupts.
static void applicationIsrExit()
Signalize to the runtime that the application is finished handling an interrupt.
This is a application specific file which is used to configure Imt.Base.Core.Math.