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

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_disable( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_enable( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
246
rtos_disable (task)
task is the identifier of a function that is being used as an RTOS task.
None
This function disables a task which causes the task to not execute until enabled by
rtos_enable(). All tasks are enabled by default.
All devices
#USE RTOS
rtos_disable(toggle_green)
rtos enable()
rtos_enable (task)
task is the identifier of a function that is being used as an RTOS task.
None
This function enables a task to execute at it's specified rate. All tasks are
enabled by default.
All devices
#USE RTOS
rtos_enable(toggle_green);
rtos disable()

Related parts for PCDIDE COMPILER