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