Home
last modified time | relevance | path

Searched refs:hist_pos (Results 1 – 25 of 129) sorted by relevance

123456

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
648 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
661 if (hist_pos >= SHELL_HISTORY_COUNT)
663 hist_pos = SHELL_HISTORY_COUNT - 1U;
678 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
680 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
681 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
682 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK27FA15/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK28FA15/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c188 uint8_t hist_pos); /*!< get commands history */
696 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos) in SHELL_GetHistoryCommand() argument
709 if (hist_pos >= SHELL_HISTORY_COUNT) in SHELL_GetHistoryCommand()
711 hist_pos = SHELL_HISTORY_COUNT - 1U; in SHELL_GetHistoryCommand()
726 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]); in SHELL_GetHistoryCommand()
728 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-… in SHELL_GetHistoryCommand()
729 (void)SHELL_WRITEX(shellContextHandle, shellContextHandle->hist_buf[hist_pos], in SHELL_GetHistoryCommand()
730 strlen(shellContextHandle->hist_buf[hist_pos])); in SHELL_GetHistoryCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX1/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.c154 uint8_t hist_pos); /*!< get commands history */
650 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle, uint8_t hist_pos)
663 if (hist_pos >= SHELL_HISTORY_COUNT)
665 hist_pos = SHELL_HISTORY_COUNT - 1U;
680 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->hist_buf[hist_pos]);
682 …(void)memcpy(shellContextHandle->line, shellContextHandle->hist_buf[hist_pos], shellContextHandle-…
683 (void)SHELL_Write(shellContextHandle, shellContextHandle->hist_buf[hist_pos],
684 strlen(shellContextHandle->hist_buf[hist_pos]));

123456