RTOS adapter driver subroutines

Code generation subroutines are methods of RTOS adapter that are executed during code generation process. The result of a subroutine execution is a generation of code that performs the desired functionality during run time.

The subroutines are implemented in Processor Expert macro language. The two types of RTOS adapter driver subroutines are:

The API of both types of suboutines is documented directly in the source code in file $PE/drivers/SW/RTOSAdaptor/Common_RTOSAdaptor.prg. In the RTOS specific files, only implementation issues related to the respective RTOSes are documented.