Home
last modified time | relevance | path

Searched refs:serialReadHandle (Results 1 – 25 of 130) sorted by relevance

123456

/hal_nxp-3.6.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c594 serial_manager_read_handle_t *serialReadHandle; in SerialManager_Task() local
680 serialReadHandle = handle->openedReadHandleHead; in SerialManager_Task()
683 if (NULL != serialReadHandle) in SerialManager_Task()
685 if (NULL != serialReadHandle->transfer.buffer) in SerialManager_Task()
687 if (serialReadHandle->transfer.soFar >= serialReadHandle->transfer.length) in SerialManager_Task()
689 serialMsg.buffer = serialReadHandle->transfer.buffer; in SerialManager_Task()
690 serialMsg.length = serialReadHandle->transfer.soFar; in SerialManager_Task()
691 serialReadHandle->transfer.buffer = NULL; in SerialManager_Task()
692 if (NULL != serialReadHandle->callback) in SerialManager_Task()
694 serialReadHandle->callback(serialReadHandle->callbackParam, &serialMsg, in SerialManager_Task()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
306 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
308 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
309 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
831 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
842 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
912 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
913 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
917 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK27FA15/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK28FA15/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c134 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
351 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
353 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
354 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
879 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length); in SHELL_GetChar()
890 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1); in SHELL_GetChar()
960 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle… in SHELL_Init()
961 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle); in SHELL_Init()
965 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager… in SHELL_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX1/utilities/
Dfsl_shell.c101 …serial_read_handle_t serialReadHandle; /*!< The serial manager read hand… member
308 if (shellContextHandle->serialReadHandle != NULL) in SHELL_Task()
310 (void)SerialManager_CloseReadHandle(shellContextHandle->serialReadHandle); in SHELL_Task()
311 shellContextHandle->serialReadHandle = NULL; in SHELL_Task()
833 (void)SerialManager_TryRead(shellContextHandle->serialReadHandle, ch, 1, &length);
844 … status = (shell_status_t)SerialManager_ReadBlocking(shellContextHandle->serialReadHandle, ch, 1);
914 …shellContextHandle->serialReadHandle = (serial_read_handle_t)&shellContextHandle->serialReadHandle…
915 …rialManager_OpenReadHandle(shellContextHandle->serialHandle, shellContextHandle->serialReadHandle);
919 …status = SerialManager_InstallRxCallback(shellContextHandle->serialReadHandle, SHELL_SerialManager…

123456