Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_cli.h31 const char *const pcHelpString; member
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/utilities/
Dfsl_shell.h89 …char *pcHelpString; /*!< String that describes how to use the command. It should start with th… member
Dfsl_shell.c530 …if ((shellCommandContextHandle->pcHelpString != NULL) && (bool)strlen(shellCommandContextHandle->p…
532 (void)SHELL_Write(shellContextHandle, shellCommandContextHandle->pcHelpString,
533 strlen(shellCommandContextHandle->pcHelpString));