Module esp32_hal::timer[][src]

Expand description

Timer peripherals

ESP32 supports two timer groups, with each timer group supports 3 timers (Timer 0, 1 and Timer Lact) and a watchdog. The timers are 64 bits and run from the APB clock divided by a programmable factor.

TODO

  • Implement processor counter (CCOMPARE)
  • Implement FRC1 & FRC2 counters

Modules

RTC Watchdog implementation

Structs

Hardware timers

Enums

Timer errors

Interrupt events

Traits

Timer trait