Datasheet

Table Of Contents
ADuC832 Data Sheet
Rev. B | Page 66 of 92
INTVAL (USER TIME INTERVAL SELECT REGISTER)
SFR Address: A6H
Power-On Default Value: 00H
Bit Addressable: No
Valid Value: 0 to 255 decimal
User code writes the required time interval to this register.
When the 8-bit interval counter is equal to the time interval
value loaded in the INTVAL SFR, the TII bit (TIMECON[2]) is
set and generates an interrupt if enabled.
HTHSEC (HUNDREDTHS SECONDS TIME
REGISTER)
SFR Address: A2H
Power-On Default Value: 00H
Bit Addressable: No
Valid Value: 0 to 127 decimal
This register is incremented in 1/128 second intervals when
TCEN in TIMECON is active. The HTHSEC SFR counts from 0
to 127 before rolling over to increment the SEC time register.
SEC (SECONDS TIME REGISTER)
SFR Address: A3H
Power-On Default Value: 00H
Bit Addressable: No
Valid Value: 0 to 59 decimal
This register is incremented in 1 second intervals when TCEN
in TIMECON is active. The SEC SFR counts from 0 to 59 before
rolling over to increment the MIN time register.
MIN (MINUTES TIME REGISTER)
SFR Address: A4H
Power-On Default Value: 00H
Bit Addressable: No
Valid Value: 0 to 59 decimal
This register is incremented in 1 minute intervals when TCEN
in TIMECON is active. The MIN counts from 0 to 59 before
rolling over to increment the hour time register.
HOUR (HOURS TIME REGISTER)
SFR Address: A5H
Power-On Default Value: 00H
Bit Addressable: No
Valid Value: 0 to 23 decimal
This register is incremented in 1 hour intervals when TCEN in
TIMECON is active. The hour SFR counts from 0 to 23 before
rolling over to 0.