[][src]Module esp32_hal::timer

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

watchdog

RTC Watchdog implementation

Structs

Timer

Hardware timers

Enums

Error

Timer errors

Event

Interrupt events

Traits

TimerWithInterrupt

Timer trait