Module esp32c2_hal::delay
source · Expand description
Delay driver
Implement the DelayMs
and DelayUs
traits from embedded-hal.
Structs
- Uses the
SYSTIMER
peripheral for counting clock cycles, as unfortunately the ESP32-C3 does NOT implement themcycle
CSR, which is how we would normally do this.