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

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
set_ticks( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
set_timerx( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
258
value = set_ticks();
value – a 8, 16, 32 or 64 bit integer, specifying the new value of the tick timer.
(int8, int16, int32 or int64)
void
Sets the new value of the tick timer. Size passed depends on the size of the tick
timer.
All devices.
#USE TIMER(options)
#USE_TIMER(TIMER=1,TICKS=1ms,BITS=16,NOISR)
void main(void) {
}
None
#USE
set_timerX(value)
A 16 bit integer, specifiying the new value of the timer. (int16)
void
Allows the user to set the value of the timer.
This function is available on all devices that have a valid timerX.
Nothing
if(EventOccured())
None
Timer Overview,
unsigned int16 value = 0x1000;
set_ticks(value);
TIMER,
set_timer2(0);//reset the timer.
get_ticks()
setup_timerX(),
get_timerXY(), set_timerX(),
set_timerXY()

Related parts for PCDIDE COMPILER