SW500007 Microchip Technology, SW500007 Datasheet - Page 307

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
Library Functions
WRITETIMERx
Synopsis
Description
The WRITETIMER0, WRITETIMER1() and WRITETIMER2() macros will assign a 16-Bit
value to the TMRxL and TMRxH register pair of the corresponding device timer. Using this macro
will ensure that the bytes are written in the correct order.
Example
See Also
READTIMERx()
#include <htc.h>
WRITETIMER0(unsigned int);
WRITETIMER1(unsigned int);
WRITETIMER2(unsigned int);
#include <htc.h>
void
main (void)
{
}
WRITETIMER1(0xF500);
293

Related parts for SW500007