Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dbench.h23 extern uint32_t stop_time;
31 stop_time = 0; \
32 cycle_count = start_time - stop_time; \
47 stop_time= SysTick->VAL; \
49 cycle_count = start_time - stop_time; \
Dbench.c3 uint32_t start_time, stop_time, cycle_count; variable