Home
last modified time | relevance | path

Searched refs:shellHandle (Results 1 – 25 of 258) sorted by relevance

1234567891011

/hal_nxp-latest/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5502/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54606/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1061/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54005/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5506CPXXXX/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54016/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5516/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S018M/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54616/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54S016/utilities/
Dfsl_shell.c177 static shell_status_t SHELL_HelpCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
179 static shell_status_t SHELL_ExitCommand(shell_handle_t shellHandle, int32_t argc, char **argv); /*!…
228 shell_context_handle_t *shellHandle; in SHELL_SerialManagerRxCallback() local
233 shellHandle = (shell_context_handle_t *)callbackParam; in SHELL_SerialManagerRxCallback()
235 if (0U == shellHandle->notificationPost) in SHELL_SerialManagerRxCallback()
237 shellHandle->notificationPost = 1U; in SHELL_SerialManagerRxCallback()
241 shellHandle->commontaskMsg.callback = SHELL_Task; in SHELL_SerialManagerRxCallback()
242 shellHandle->commontaskMsg.callbackParam = shellHandle; in SHELL_SerialManagerRxCallback()
243 (void)COMMON_TASK_post_message(&shellHandle->commontaskMsg); in SHELL_SerialManagerRxCallback()
245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback()
[all …]

1234567891011