Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_isr_latency.c30 static uint32_t cycle_before_exit; variable
43 cycle_before_exit = portGET_RUN_TIME_COUNTER_VALUE(); in software_isr_using_parameter_vportyield()
57 cycle_before_exit = portGET_RUN_TIME_COUNTER_VALUE(); in software_isr_using_no_argument_vportyield()
67 delta_exit_cycles += portGET_RUN_TIME_COUNTER_VALUE() - cycle_before_exit; in test_task()