Searched refs:pUartLogBuf (Results 1 – 2 of 2) sorted by relevance
125 PUART_LOG_BUF pUartLogBuf = shell_ctl.pTmpLogBuf; in shell_task_ram() local128 _strncpy(log_buf, (const char*)&(*pUartLogBuf).UARTLogBuf[0], LOG_SERVICE_BUFLEN-1); in shell_task_ram()132 argc = shell_get_argc((const u8*)&((*pUartLogBuf).UARTLogBuf[0])); in shell_task_ram()133 …argv = (u8**)shell_get_argv((const u8*)&((*pUartLogBuf).UARTLogBuf[0])); /* UARTLogBuf will be cha… in shell_task_ram()144 (*pUartLogBuf).BufCount = 0; in shell_task_ram()145 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_task_ram()150 if((*pUartLogBuf).BufCount != 0) { in shell_task_ram()151 (*pUartLogBuf).BufCount = 0; in shell_task_ram()152 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_task_ram()
137 PUART_LOG_BUF pUartLogBuf = pUartLogCtlExe->pTmpLogBuf; in shell_cmd_exec_rom() local140 argc = shell_get_argc((const u8*)&((*pUartLogBuf).UARTLogBuf[0])); in shell_cmd_exec_rom()141 argv = shell_get_argv((const u8*)&((*pUartLogBuf).UARTLogBuf[0])); in shell_cmd_exec_rom()156 (*pUartLogBuf).BufCount = 0; in shell_cmd_exec_rom()157 shell_array_init(&(*pUartLogBuf).UARTLogBuf[0], UART_LOG_CMD_BUFLEN, '\0'); in shell_cmd_exec_rom()
Completed in 4 milliseconds