Home
last modified time | relevance | path

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

123456

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c524 shell_command_t *shellCommandContextHandle;
529 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK27FA15/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK28FA15/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c572 shell_command_t *shellCommandContextHandle; in SHELL_HelpCommand() local
577 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p); in SHELL_HelpCommand()
578 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p… in SHELL_HelpCommand()
580 (void)SHELL_WRITEX(shellContextHandle, shellCommandContextHandle->pcHelpString, in SHELL_HelpCommand()
581 strlen(shellCommandContextHandle->pcHelpString)); in SHELL_HelpCommand()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX1/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.c526 shell_command_t *shellCommandContextHandle;
531 shellCommandContextHandle = SHEEL_COMMAND_POINTER(p);
532 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
534 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
535 strlen(shellCommandContextHandle->pcHelpString));

123456