WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_task.c 文件参考
#include "soc_osal.h"
#include "osal_inner.h"
osal_task.c 的引用(Include)关系图:

函数

osal_taskosal_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).