Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.c159 GetHistoryCommand(context, context->hist_current); in SHELL_Main()
160 if (context->hist_current < (context->hist_count - 1)) in SHELL_Main()
162 context->hist_current++; in SHELL_Main()
166 GetHistoryCommand(context, context->hist_current); in SHELL_Main()
167 if (context->hist_current > 0) in SHELL_Main()
169 context->hist_current--; in SHELL_Main()
277 context->hist_current = 0; in SHELL_Main()
425 context->hist_current = 0; in GetHistoryCommand()
A Dfsl_shell.h98 uint16_t hist_current; /*!< Current history command in hist buff*/ member

Completed in 10 milliseconds