|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | OSAL_BUG() |
| #define | OSAL_ASSERT(expr) |
| #define | OSAL_BUG_ON(expr) |
函数 | |
| 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. | |
| #define OSAL_ASSERT | ( | expr | ) |
| #define OSAL_BUG | ( | ) |
| #define OSAL_BUG_ON | ( | expr | ) |