Struct esp_idf_hal::delay::FreeRtos
source · pub struct FreeRtos;
Expand description
FreeRTOS-based delay provider for delays larger than 10ms
Ddelays smaller than 10ms used in a loop would starve the FreeRTOS IDLE tasks’ as they are low prio tasks and hence the the IDLE tasks’ watchdog will trigger.