/hal_nxp-3.6.0/mcux/mcux-sdk/utilities/unity/ |
D | unity_internals.h | 479 void UnityFail(const char *msg, const UNITY_LINE_TYPE line); 481 void UnityIgnore(const char *msg, const UNITY_LINE_TYPE line); 536 #define INDEP_ASSERT_ID(func, line) INDEP_ASSERT_AT_TEST_##func##_##line argument 538 #define SET_INDEP_ASSERT_ID(func, line) \ argument 541 setIndepAssertId((UNITY_LINE_TYPE)INDEP_ASSERT_ID(func, line)); \ 550 #define SET_INDEP_ASSERT_ID(func, line) \ argument 571 #define SET_INDEP_ASSERT_ID(func, line) \ argument 581 #define UNITY_TEST_FAIL(line, message) UnityFail((message), (UNITY_LINE_TYPE)line) argument 582 #define UNITY_TEST_IGNORE(line, message) UnityIgnore((message), (UNITY_LINE_TYPE)line) argument 590 #define UNITY_TEST_ASSERT(condition, line, message) \ argument [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | misc.py | 30 for line in config_data.splitlines(): 31 if line and not line.startswith("#"): 32 name, val = line[4:-1].split(" ", 1) 49 for line in config_data.splitlines(): 51 if line and line[:7] == "CONFIG_": 52 name, val = line.split("=") 72 for line in config_data.splitlines(): 73 if line and not line.startswith("#"): 76 name, val = line[4:-1].split(" ", 1)
|
/hal_nxp-3.6.0/mcux/scripts/pinctrl/imx/ |
D | imx_fixup_pinmux.py | 47 line = iomux_file.readline() variable 48 if line == '': 50 match = iomuxc_re.match(line) 64 line = pinctrl_file.readline() variable 65 if line == '': 68 if line == '&iomuxc {\n': 75 tmp.write(line) 76 match = pinctrl_line1_re.match(line) 78 line = pinctrl_file.readline() variable 79 match2 = pinctrl_line2_re.match(line) [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5534/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC5536/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F12/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 372 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 395 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 414 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 415 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 417 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 419 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 420 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 433 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 463 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK24F12/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK26F18/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK27FA15/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK28FA15/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX6/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK63F12/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK64F12/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8DX5/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK66F18/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK65F18/utilities/ |
D | fsl_shell.c | 150 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 417 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 440 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 459 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 460 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 462 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 464 … (void)SHELL_WRITEX(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 465 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 478 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 508 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QM6/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/ |
D | fsl_shell.c | 117 char line[SHELL_BUFFER_SIZE]; /*!< Consult buffer */ member 374 … &shellContextHandle->line[shellContextHandle->c_pos], 1); in SHELL_Task() 397 shellContextHandle->l_pos = (uint8_t)strlen(shellContextHandle->line); in SHELL_Task() 416 (void)memmove(&shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 417 &shellContextHandle->line[shellContextHandle->c_pos + 1U], in SHELL_Task() 419 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 421 … (void)SHELL_Write(shellContextHandle, &shellContextHandle->line[shellContextHandle->c_pos], in SHELL_Task() 422 … strlen(&shellContextHandle->line[shellContextHandle->c_pos])); in SHELL_Task() 435 shellContextHandle->line[shellContextHandle->l_pos] = '\0'; in SHELL_Task() 465 if (0U != strlen(shellContextHandle->line)) in SHELL_Task() [all …]
|