The document describes the timers/counters functionality of the 8051 microcontroller. It contains the following key details:
- The 8051 has two 16-bit timer/counters that can be independently programmed as timers or event counters.
- There are four special function registers (SFRs) associated with timer/counter operation: TMOD for timer mode control, TCON for timer control, and TH0/TL0 and TH1/TL1 for Timer 0 and Timer 1 values.
- The timers can be configured into four modes using the M1 and M0 bits in TMOD: 13-bit counter, 16-bit counter, 8-bit counter with auto-reload, and split operation