Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/test/
Dtest_task_suspend_resume.c362 static int duration_timer_ms; variable
366 duration_timer_ms += portTICK_PERIOD_MS; in timer_callback()
371 duration_timer_ms = 0; in test_scheduler_suspend3()
381 printf("Finish duration_timer_ms=%d ms\n", duration_timer_ms); in test_scheduler_suspend3()
383 TEST_ASSERT_INT_WITHIN(2, waiting_ms * 2, duration_timer_ms); in test_scheduler_suspend3()