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

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