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

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_send( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_overrun( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
248
rtos_msg_send(task, byte)
task is the identifier of a function that is being used as an RTOS task
byte is the byte to send to task as a message.
None
This function can be used anytime after rtos_run() has been called.
This function sends a byte long message (byte) to the task identified by task.
All devices
#USE RTOS
if(kbhit())
{
}
rtos_msg_poll(),
rtos_overrun([task])
task is an optional parameter that is the identifier of a function that is being
used as an RTOS task
A 0 (FALSE) or 1 (TRUE)
This function returns TRUE if the specified task took more time to execute than
it was allocated. If no task was specified, then it returns TRUE if any task ran
over it's alloted execution time.
All devices
#USE RTOS(statistics)
rtos_overrun()
None
rtos_msg_send(echo, getc());
rtos_msg_read()

Related parts for PCDIDE COMPILER