Home
last modified time | relevance | path

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

123456

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c593 serial_manager_write_handle_t *serialWriteHandle; in SerialManager_Task() local
644 serialWriteHandle = in SerialManager_Task()
646 while (NULL != serialWriteHandle) in SerialManager_Task()
649 serialMsg.buffer = serialWriteHandle->transfer.buffer; in SerialManager_Task()
650 serialMsg.length = serialWriteHandle->transfer.soFar; in SerialManager_Task()
651 serialWriteHandle->transfer.buffer = NULL; in SerialManager_Task()
652 if (NULL != serialWriteHandle->callback) in SerialManager_Task()
654 serialWriteHandle->callback(serialWriteHandle->callbackParam, &serialMsg, in SerialManager_Task()
655 serialWriteHandle->transfer.status); in SerialManager_Task()
657 serialWriteHandle = in SerialManager_Task()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
242 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
311 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
313 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
314 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
908 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
909 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
995 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1040 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c132 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
356 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
358 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
359 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
956 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan… in SHELL_Init()
957 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle); in SHELL_Init()
1043 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8… in SHELL_Write()
1088 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_Printf()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX6/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL17Z644/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX6/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c132 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
356 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
358 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
359 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
956 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan… in SHELL_Init()
957 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle); in SHELL_Init()
1043 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8… in SHELL_Write()
1088 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_Printf()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8DX2/utilities/
Dfsl_shell.c99 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
244 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
313 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
315 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
316 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
910 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan…
911 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle);
999 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8…
1055 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle,
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c132 …serial_write_handle_t serialWriteHandle; /*!< The serial manager write han… member
276 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_WriteBuffer()
356 if (shellContextHandle->serialWriteHandle != NULL) in SHELL_Task()
358 (void)SerialManager_CloseWriteHandle(shellContextHandle->serialWriteHandle); in SHELL_Task()
359 shellContextHandle->serialWriteHandle = NULL; in SHELL_Task()
956 …shellContextHandle->serialWriteHandle = (serial_write_handle_t)&shellContextHandle->serialWriteHan… in SHELL_Init()
957 …alManager_OpenWriteHandle(shellContextHandle->serialHandle, shellContextHandle->serialWriteHandle); in SHELL_Init()
1043 …status = (shell_status_t)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, (uint8… in SHELL_Write()
1088 (void)SerialManager_WriteBlocking(shellContextHandle->serialWriteHandle, in SHELL_Printf()

123456