Searched refs:period_cb_ms (Results 1 – 1 of 1) sorted by relevance
30 int period_cb_ms = 10; variable32 TEST_ESP_OK(esp_timer_start_periodic(periodic_timer, period_cb_ms * 1000));35 printf("count_calls should be around = %d\n", interval_ms / period_cb_ms);41 TEST_ASSERT_INT_WITHIN(2, interval_ms / period_cb_ms, count_calls);