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

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_wait( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_yield( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
rtos_wait (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 waits for sem to be
greater than 0 (shared resource is available), then decrements sem to claim
usage of the shared resource and continues the execution of the rest of the code
for the shared resource to be available.
All devices
#USE RTOS
rtos_wait(uart_use)
rtos signal()
rtos_yield()
None
None
This function can only be used in an RTOS task. This function stops the execution
of the current task and returns control of the processor to rtos_run(). When the
next task executes, it will start it's execution on
the line of code after the rtos_yield().
All devices
the RTOS task. This function allows other tasks to execute while the task waits
251

Related parts for PCDIDE COMPILER