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

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