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

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