Home
last modified time | relevance | path

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

/btstack/test/maths/
H A Dsqrt_test.cpp50 static uint32_t get_time_ms(void){ in get_time_ms() function
71 int t1 = get_time_ms(); in TEST_GROUP()
73 int t2 = get_time_ms(); in TEST_GROUP()
75 int t3 = get_time_ms(); in TEST_GROUP()
/btstack/src/
H A Dbtstack_run_loop.h120 uint32_t (*get_time_ms)(void); member
H A Dbtstack_run_loop.c296 return the_run_loop->get_time_ms(); in btstack_run_loop_get_time_ms()