[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...
byte strLen;// Text string lengthstrLen = (byte)osal_strlen( (void*)str_ptr );// Debug string message lengthmln =sizeof( mtDebugStr_t ) + strLen;// Get a message buffer to build the debug messagemsg = (mtDebugStr_t *)osal_msg_allocate( mln );if( msg ) {// Message type, le...
osalSysLockFromISR();if(chIQPutI(&sdp->iqueue, u->UART_RBR) < Q_OK) chnAddFlagsI(sdp, SD_OVERRUN_ERROR);osalSysUnlockFromISR(); }break;caseIIR_SRC_TX: {inti = LPC214x_UART_FIFO_PRELOAD;do{msg_tb; osalSysLockFromISR(); b = chOQGetI(&sdp->oqueue);osalSysUnlockFromISR();if(b ...
_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...