Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_shell.h99 uint16_t hist_count; /*!< Total history command in hist buff*/ member
A Dfsl_shell.c160 if (context->hist_current < (context->hist_count - 1)) in SHELL_Main()
402 if (context->hist_count < SHELL_HIST_MAX) in ProcessCommand()
404 context->hist_count++; in ProcessCommand()

Completed in 10 milliseconds