|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <los_printf.h>#include <los_config.h>#include <los_printf_pri.h>#include "soc_osal.h"#include "los_exc.h"#include "debug_print.h"
函数 | |
| void | osal_dump_stack (void) |
| Kernel backtrace function. | |
| void | osal_panic (const char *fmt, const char *fun, int line, const char *cond) |
| Kernel panic function. | |
| void | osal_printk (const char *fmt,...) |
| Log printing function. | |
| void | osal_flush_cache (void) |
| Kernel dcache flush function. | |