On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTKernel-32 Programming Manual
Introduction
Multitasking, Real-Time, and RTKernel-32
Module RTKernel-32
Alternate APIs for RTKernel-32
Supplemental Modules
RTKernel-32 Drivers
System Interface
Interrupt Handling
Driver IRQRT32
Kernel Clock
High Resolution Timer
Floating Point
Memory Management
Source Code Positions
CPU
Overview of all Drivers
Preconfigured Driver Library Drvrt32.lib
Demo Programs
Advanced Topics
Typical Error Sources
Error and Information Messages
RTKernel-32 Reference Manual
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Interrupt Handling
The Interrupt driver is used to implement RTKernel-32's interrupt handling API. Specifically, it must provide functions to:
- enable and disable interrupts
- install and restore interrupt handlers
- chain interrupt handlers
- program the interrupt controller(s) (optional)
In addition, this driver is queried by RTKernel-32 for preemptive task switch support.
Actually, some of these functions are RTKernel-32 API functions, but are also used internally (e.g., RTKDisableInterrupts). The interrupt controller access functions RTKIRQEnd, RTKIRQTopPriority, RTKEnableIRQ, and RTKDisableIRQ are implemented here, but are not used by the kernel itself. However, other drivers do rely on these functions.
The interrupt driver's API is defined in header file Rtkirq.h.
RTKernel-32 Drivers
System Interface
Driver IRQRT32
Kernel Clock
|