Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c12 #define MAX_CMD_CNT (20u) macro
16 static char dynamic_cmd_buffer[MAX_CMD_CNT][MAX_CMD_LEN];
37 if (dynamic_cmd_cnt >= MAX_CMD_CNT) { in cmd_dynamic_add()
58 for (idx = 0U; idx < MAX_CMD_CNT; idx++) { in cmd_dynamic_add()
101 if (idx == MAX_CMD_CNT - 1) { in cmd_dynamic_remove()