Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug.c7 typedef int32_t (*BT_PRINT)(const char *fmt, ...); typedef
11 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_backtrace_now()
18 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_backtrace_task()
25 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_mm_overview()
32 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_task_overview()
39 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_buf_queue_overview()
46 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_queue_overview()
53 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_sem_overview()
60 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_mutex_overview()
67 BT_PRINT bt_printf = print_func ? print_func : printf; in aos_debug_overview()

Completed in 3 milliseconds