Home
last modified time | relevance | path

Searched refs:tmpLen (Results 1 – 1 of 1) sorted by relevance

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c337 uint8_t tmpLen; in ProcessCommand() local
340 tmpLen = StrLen(cmd); in ProcessCommand()
341 argc = ParseLine(cmd, tmpLen, argv); in ProcessCommand()
389 tmpLen = StrLen(cmd); in ProcessCommand()
391 if (tmpLen != StrCompare(cmd, context->hist_buf[0], StrLen(cmd))) in ProcessCommand()
396 tmpLen = StrLen(context->hist_buf[i - 1]); in ProcessCommand()
397 StrCopy(context->hist_buf[i], context->hist_buf[i - 1], tmpLen); in ProcessCommand()
400 tmpLen = StrLen(cmd); in ProcessCommand()
401 StrCopy(context->hist_buf[0], cmd, tmpLen); in ProcessCommand()

Completed in 4 milliseconds