[osal_msg_queue_write_copy:35]:LOS_QueueWriteCopy failed! ret = 0x2000616.qID=0x2 APP|at cmd receive send msg error! [osal_msg_queue_write_copy:35]:LOS_QueueWriteCopy failed! ret = 0x2000616.qID=0x2 APP|at cmd receive send msg error! [osal_msg_queue_write_copy:35]:LOS_QueueWr...
[osal_msg_queue_write_copy:35]:LOS_QueueWriteCopy failed! ret = 0x2000616.qID=0x2 APP|at cmd receive send msg error! [osal_msg_queue_write_copy:35]:LOS_QueueWriteCopy failed! ret = 0x2000616.qID=0x2 APP|at cmd receive send msg error! [osal_msg_queue_write_copy:35]:LOS_QueueWr...
_msg_dequeue( osal_msg_q_t *q_ptr ); /* * Push a Task Message to head of queue */ extern void osal_msg_push( osal_msg_q_t *q_ptr, void *msg_ptr ); /* * Extract and remove a Task Message from queue */ extern void osal_msg_extract( osal_msg_q_t *q_ptr, void *msg...
* this function directly but copy this code directly into the * interrupt service routine. * * @param[in] sdp pointer to a @p SerialDriver structure * @return The byte value read from the driver's output queue. * @retval MSG_TIMEOUT if the queue is empty (the lower driver usually *...
iRet =osal_strlen(localBuf) < NAME_MAX ?osal_strlen(localBuf) : NAME_MAX;/* we got something from STP driver */WMT_DBG_FUNC("copy cmd to user by read:%s\n", localBuf);if(copy_to_user(buf, localBuf, iRet)) { iRet = -EFAULT;gotoread_done; ...
osalThreadResumeI(&owp->thread, MSG_OK);osalSysUnlockFromISR();return; }else{ *owp->buf |= ow_read_bit(owp) << owp->reg.bit; owp->reg.bit++;if(8== owp->reg.bit) { owp->reg.bit =0; owp->buf++; owp->reg.bytes--;if(0== owp->reg.bytes) { ...