" PE " means an acronym for Processor Expert.
"Source file" means a file containing source texts for the device in question. In code generation, this file is processed using an internal macro-processor (see Processor Expert macro-language description), which will process, in a defined manner, conditional translations, replacing the symbols defined by their values. The name of this file derives from the component name, with extension that reads "src".
"RTI" stands for Real Time Interrupt.
"Shadow variables" are variables for sharing values in the write-only registers.
"Resource" means an internal processor peripheral (for example, pin, port, timer, serial channel, etc.), while component means a PE component (for example, "One-bit input/output" or "Date and time".)
"
" this character means that the following symbol/convention is no more recommended for use, it is preserved only for backward compatibility and may not be supported within future PE versions.
"template" means a file containing blank function bodies ready for code writing by the user. PE has the capacity of generating both the interface and implementation part of this module, where the interface will contain headers and implementation will contain imports of shared items and empty function bodies.
"CHG script file" is a script for component setting control within OOI in the PE environment.
"TST script file" is a script for component setting testing prior generating, which dependant in terms of implementation.
"CPUDB" stands for CPU database in Processor Expert. Proprietary format.