30edcca1fb
This is to resolve issue reported in https://github.com/espressif/esp-idf/issues/130.
20 lines
423 B
ReStructuredText
20 lines
423 B
ReStructuredText
TIMER
|
|
========
|
|
|
|
Overview
|
|
--------
|
|
|
|
ESP32 chip contains two hardware timer groups, each containing two general-purpose hardware timers.
|
|
|
|
They are all 64-bit generic timers based on 16-bit prescalers and 64-bit auto-reload-capable up/down counters.
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
64-bit hardware timer example: :example:`peripherals/timer_group`.
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. include:: /_build/inc/timer.inc
|
|
|