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

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_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 PCWHD IDE COMPILER