Struct esp_idf_hal::delay::Ets
source · pub struct Ets;
Expand description
Espressif built-in delay provider for small delays
Use only for very small delays (us or a few ms at most), or else the FreeRTOS IDLE tasks’ might starve and the IDLE tasks’ watchdog will trigger.