1.ucos系统的码中osqpost()函数没有错误时的返回值是什么
ucos系统的osqpost()函数没有错误时的返回值是什么
在uC/OS-III中,这个函数的码中android studio 源码文档原型是
void OSQPost(OS_Q *p, void *p_void, OS_MSG_SIZE msg_size, OS_OPT opt, OS_ERR *p_err)
因此,这个函数没有返回值。码中app分销源码
调用错误代码由参数p_err带回。码中查看源码 final
在没有错误的码中网络神偷源码时候,*p_err的码中ipad 源码 可用值是OS_ERR_NONE