Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.h43 #ifndef SHELL_BUFFER_SIZE
44 #define SHELL_BUFFER_SIZE (64U) macro
87 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */
100 char hist_buf[SHELL_HIST_MAX][SHELL_BUFFER_SIZE]; /*!< History buffer*/
A Dfsl_shell.c84 static char g_paramBuffer[SHELL_BUFFER_SIZE];
250 if (context->l_pos >= (SHELL_BUFFER_SIZE - 1)) in SHELL_Main()
334 char *argv[SHELL_BUFFER_SIZE]; in ProcessCommand()
395 memset(context->hist_buf[i], '\0', SHELL_BUFFER_SIZE); in ProcessCommand()
399 memset(context->hist_buf[0], '\0', SHELL_BUFFER_SIZE); in ProcessCommand()

Completed in 9 milliseconds