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

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_msg_poll( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_msg_read( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
i = rtos_msg_poll()
None
An integer that specifies how many messages are in the queue.
This function can only be used inside an RTOS task. This function returns the
number of messages that are in the queue for the task that the rtos_msg_poll()
function is used in.
All devices
#USE RTOS
if(rtos_msg_poll())
rtos msg
b = rtos_msg_read()
None
A byte that is a message for the task.
This function can only be used inside an RTOS task. This function reads in the
next (message) of the queue for the task that the rtos_msg_read() function is
used in.
All devices
#USE RTOS
if(rtos_msg_poll()) {
rtos msg
b = rtos_msg_read();
send(),
poll(),
rtos msg send()
rtos msg read()
247

Related parts for PCDIDE COMPILER