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

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_timerxy( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
set_tris_x( )
Syntax:
Parameters:
Returns:
Function:
set_tris_a (value)
set_tris_b (value)
set_tris_c (value)
set_tris_d (value)
set_tris_e (value)
set_tris_f (value)
set_tris_g (value)
set_tris_h (value)
set_tris_j (value)
set_tris_k (value)
value is an 16 bit int with each bit representing a bit of the I/O port.
undefined
These functions allow the I/O port direction (TRI-State) registers to be set. This
must be used with FAST_IO and when I/O ports are accessed as memory such as
when a # word directive is used to access an I/O port. Using the default standard
I/O the built in functions set the I/O direction automatically.
Each bit in the value represents one pin. A 1 indicates the pin is input and a 0
indicates it is output.
set_timerXY(value)
A 32 bit integer, specifiying the new value of the timer. (int32)
void
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.
Nothing
if(get_timer45() == THRESHOLD)
None
Timer
set_timer(THRESHOLD + 0x1000);//skip those timer values
Overview,
setup_timerX(),
get_timerXY(), set_timerX(),
set_timerXY()
259

Related parts for PCWHD IDE COMPILER