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

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
get_timerx( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
get_timerxy( )
Syntax:
Parameters:
Returns:
Function:
Availability:
186
value=get_timer1( )
value=get_timer2( )
value=get_timer3( )
value=get_timer4( )
value=get_timer5( )
value=get_timer6( )
value=get_timer7( )
value=get_timer8( )
value=get_timer9( )
None
The current value of the timer as an int16
Retrieves the value of the timer, specified by X (which may be 1-9)
This function is available on all devices that have a valid timerX.
Nothing
if(get_timer2() % 0xA0 == HALF_WAVE_PERIOD)
ex_stwt.c
Timer Overview
value=get_timer23( )
value=get_timer45( )
value=get_timer67( )
value=get_timer89( )
Void
The current value of the 32 bit timer as an int32
Retrieves the 32 bit value of the timers X and Y, specified by XY(which may be 23,
45, 67 and 89)
This function is available on all devices that have a valid 32 bit enabled timers.
Timers 2 & 3, 4 & 5, 6 & 7 and 8 & 9 may be used. The target device must have
one of these timer sets. The target timers must be enabled as 32 bit.
output_toggle(PIN_B0);
,
setup_timerX(),
get_timerXY(), set_timerX(),
set_timerXY()

Related parts for PCWHD IDE COMPILER