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
Kernel Clock
Driver CLKPC
Driver CLKHRTPC
Driver CLKRTC
Driver CLKAPIC
Driver CLKVMF
Driver CLKRTH
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
|
Kernel Clock
The clock driver supplies the kernel's interrupt-driven time base. RTKernel-32 does not know about real time in the sense of seconds, minutes, etc. All of its time services use a timer tick as their unit of time. RTKernel-32 is not aware of the actual time period between two timer ticks.
The Clock driver supplies functions for:
- timer interval programming
- installation of the RTKernel-32 timer callback.
The clock driver's interface is documented in file Rtkclk.h.
RTKernel-32 Drivers
Interrupt Handling
Driver CLKPC
Driver CLKHRTPC
Driver CLKRTC
Driver CLKAPIC
Driver CLKVMF
Driver CLKRTH
High Resolution Timer
|