Home
last modified time | relevance | path

Searched defs:bt_printf (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/debug/src/
A Ddebug.c11 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_backtrace_now() local
18 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_backtrace_task() local
25 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_mm_overview() local
32 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_task_overview() local
39 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_buf_queue_overview() local
46 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_queue_overview() local
53 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_sem_overview() local
60 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_mutex_overview() local
67 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_overview() local

Completed in 3 milliseconds