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

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_run( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_signal( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_run()
None
None
This function begins the execution of all enabled RTOS tasks. (All tasks are
enabled by default.) This function controls the execution of the RTOS tasks at the
allocated rate for each task. This function will return only when rtos_terminate() is
called.
All devices
#USE RTOS
rtos_run()
rtos terminate()
rtos_signal (sem)
sem is a global variable that represents the current availability of a shared
system resource (a semaphore).
None
This function can only be used by an RTOS task. This function increments sem to
let waiting tasks know that a shared resource is available for use.
All devices
#USE RTOS
rtos_signal(uart_use)
rtos wait()
249

Related parts for PCDIDE COMPILER