/hal_nxp-3.6.0/mcux/mcux-sdk/components/serial_manager/ |
D | fsl_component_serial_manager.c | 594 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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 134 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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/ |
D | fsl_shell.c | 101 …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…
|