2016-11-23 17:23:21 +08:00
|
|
|
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
|
|
|
|
|
-------------------
|
|
|
|
|
|
2017-01-19 16:16:06 +08:00
|
|
|
64-bit hardware timer example: :example:`peripherals/timer_group`.
|
2016-11-23 17:23:21 +08:00
|
|
|
|
|
|
|
|
API Reference
|
|
|
|
|
-------------
|
|
|
|
|
|
2017-05-02 10:36:01 +02:00
|
|
|
.. include:: /_build/inc/timer.inc
|
2016-11-23 17:23:21 +08:00
|
|
|
|