Home
last modified time | relevance | path

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

123456

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
223 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
225 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
232 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
236 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
243 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c185 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
187 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
190 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
192 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
257 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
259 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
266 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
277 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK27FA15/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK28FA15/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX1/utilities/
Dfsl_shell.c151 static void SHELL_ProcessCommand(shell_context_handle_t *shellContextHandle, const char *cmd); /*!<…
153 static void SHELL_GetHistoryCommand(shell_context_handle_t *shellContextHandle,
156 static void SHELL_AutoComplete(shell_context_handle_t *shellContextHandle); /*!< auto complete comm…
158 static shell_status_t SHELL_GetChar(shell_context_handle_t *shellContextHandle,
225 shell_context_handle_t *shellContextHandle; in SHELL_WriteBuffer() local
227 shellContextHandle = (shell_context_handle_t *)(void *)buffer; in SHELL_WriteBuffer()
234 if (NULL == shellContextHandle->serialHandle) in SHELL_WriteBuffer()
238 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
245 … (uint8_t *)shellContextHandle->printBuffer, (uint32_t)*indicator); in SHELL_WriteBuffer()
[all …]

123456