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

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