Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c336 uint8_t tmpCommandLen; in ProcessCommand() local
349 tmpCommandLen = StrLen(tmpCommandString); in ProcessCommand()
351 if ((cmd[tmpCommandLen] == ' ') || (cmd[tmpCommandLen] == 0x00)) in ProcessCommand()
353 if (StrCompare(tmpCommandString, argv[0], tmpCommandLen) == 0) in ProcessCommand()

Completed in 3 milliseconds