|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
函数 | |
| void | osal_printk (const char *fmt,...) |
| Log printing function. | |
| void | osal_panic (const char *fmt, const char *fun, int line, const char *cond) |
| Kernel panic function. | |
| void | osal_dump_stack (void) |
| Kernel backtrace function. | |
| void | osal_bug_on (unsigned char condition) |
| Kernel panic function. | |
| void | osal_flush_cache (void) |
| Kernel dcache flush function. | |
| void osal_bug_on | ( | unsigned char | condition | ) |
Kernel panic function.
| void osal_dump_stack | ( | void | ) |
Kernel backtrace function.
| void osal_flush_cache | ( | void | ) |
Kernel dcache flush 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.