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

函数 | |
| osal_task * | osal_kthread_create (osal_kthread_handler handler, void *data, const char *name, unsigned int stack_size) |
| Provides an interface for creating a thread and invokes kthread_run for creating a kernel thread. | |
| void | osal_udelay (unsigned int usecs) |
| spinning-delay in microsecond (us). | |