Home
last modified time | relevance | path

Searched refs:SLEEP_FOR (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_legacy_hooks.c41 const unsigned SLEEP_FOR = 20; variable
43 vTaskDelay(SLEEP_FOR);
44 …TEST_ASSERT_UINT32_WITHIN_MESSAGE(3 * portNUM_PROCESSORS, before + SLEEP_FOR * portNUM_PROCESSORS,…