Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dbt.c41 static int bt_loop_count = 0; variable
248 (void)OS_SPrintf((char *)user_data, " %5d\n", bt_loop_count); in bt_callback()
377 bt_loop_count++; in bt_callback()
378 if (bt_loop_count > 99999) in bt_callback()
380 bt_loop_count = 0; in bt_callback()
383 (void)OS_SPrintf((char *)user_data, " %05d\n", bt_loop_count); in bt_callback()