RTX51 Tiny User's Guide

Function Reference

The following pages describe the RTX51 Tiny system functions. The system functions are listed in alphabetical order and each is divided into several sections:

SummaryBriefly describes the routine's effect, lists include file(s) containing its declaration and prototype, illustrates the syntax, and describes any arguments.
DescriptionProvides a detailed description of the routine and how it is used.
Return ValueDescribes the value returned by the routine.
See AlsoNames related routines.
ExampleGives a function or program fragment demonstrating proper use of the function.

Note

  • Functions that begin with os_ may be called from a task but not from an interrupt service routine.
  • Functions that begin with isr_ may be called from an interrupt service routine but not from a task.