User`s manual

PK2100viii s About This Manual
Terms and Abbreviations
Table 1 lists and defines terms and abbreviations that may be used in this
manual.
Conventions
Table 2 lists and defines typographical conventions that may be used in
this manual.
 byte
To emphasize that certain functions must operate on 8-bit bytes, the term
byte is used as a type specifier. Byte is actually a type character, not a
standard C keyword. Parameters defined by byte are not standard C
characters, they are 8-bit bytes. This function does not work in an
application unless first declared with typedef or #define.
Table 1. Terms and Abbreviations
Term / Abbreviation
Description
PIO Programmable Input / Output Integrated Circuit
RAM Random Access Memory
RTC
Real-Time Clock
SIB Serial Interface Board
SRAM Static Random Access Memory
NMI
Non-Maskable Interrupt
Table 2. Term and Abbreviation Conventions
Example Description
While
Courier font (bold) indicates a program, a fragment of a
program, or a Dynamic C keyword or phrase.
// IN-01…
Program comments are written in Courier font, plain face.
Italics
Indicates that something should be typed instead of the
italicized words (e.g., in place of filename, type a file’s
name).
Edit
Sans serif font (bold) signifies a menu or menu selection.
...
An ellipsis indicates that (1) irrelevant program text is
omitted for brevity or that (2) preceding program text may
be repeated indefinitely.
[ ]
Brackets in a C function’s definition or program segment
indicate that the enclosed directive is optional.