Difference between revisions of "PIC18F4520: Timers"

From Mech
Jump to navigationJump to search
m
 
Line 1: Line 1:
The PIC18F4520 has four timers available for use, numbered zero through three. Timers 0,1, and 3 return a 16 bit integer, while timer 2 returns an 8 bit integer. Timer 0 is also referred to as the RTCC timer.
The PIC18F4520 has four timers available for use, numbered zero through three. Timers 1 and 3 return a 16 bit integer, while timer 2 returns an 8 bit integer. Timer 0 (also referred to as the RTCC timer) can be set as either an 8 or 16 bit timer.

Latest revision as of 10:33, 5 July 2007

The PIC18F4520 has four timers available for use, numbered zero through three. Timers 1 and 3 return a 16 bit integer, while timer 2 returns an 8 bit integer. Timer 0 (also referred to as the RTCC timer) can be set as either an 8 or 16 bit timer.