timer.rst 423 B

1234567891011121314151617181920
  1. TIMER
  2. ========
  3. Overview
  4. --------
  5. ESP32 chip contains two hardware timer groups, each containing two general-purpose hardware timers.
  6. They are all 64-bit generic timers based on 16-bit prescalers and 64-bit auto-reload-capable up/down counters.
  7. Application Example
  8. -------------------
  9. 64-bit hardware timer example: :example:`peripherals/timer_group`.
  10. API Reference
  11. -------------
  12. .. include:: /_build/inc/timer.inc