Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c468 static char sCLIbuffer[CLI_CONFIG_SCRATCH_BUFFER_SIZE] = { 0 }; variable
491 sCLIbuffer, in cli_printf()
492 sCLIbuffer + CLI_CONFIG_SCRATCH_BUFFER_SIZE, in cli_printf()
498 status = cli_print((const char *)sCLIbuffer); in cli_printf()
510 if (strnlen((char *)sCLIbuffer, CLI_CONFIG_SCRATCH_BUFFER_SIZE) >= in cli_printf()

Completed in 4 milliseconds