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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
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 PCWHD IDE COMPILER