PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 264

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
rtos_stats( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_terminate( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
250
rtos_stats(task,stat)
task is the identifier of a function that is being used as an RTOS task.
stat is one of the following:
An int32 representing the us for the specified stat for the specified task.
This function returns a specified stat for a specified task.
All devices
#USE RTOS(statistics)
rtos_stats(echo, rtos_total_time)
None
rtos_terminate()
None
None
This function ends the execution of all RTOS tasks. The execution of the program
will continue with the first line of code after the rtos_run() call in the program. (This
function causes rtos_run() to return.)
All devices
#USE RTOS
rtos_terminate()
rtos run()
rtos_min_time –
rtos_max_time –
rtos_total_time –
minimum processor time needed for one execution of the
specified task
maximum processor time needed for one execution of the
specified task
total processor time used by a task

Related parts for PCDIDE COMPILER