Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 198) sorted by relevance

12345678

/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h479 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.5.0/mcux/mcux-sdk/scripts/kconfig/
Dmisc.py30 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.5.0/mcux/scripts/pinctrl/imx/
Dimx_fixup_pinmux.py47 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.5.0/mcux/mcux-sdk/utilities/assert/
Dfsl_assert.c15 void __aeabi_assert(const char *failedExpr, const char *file, int line) in __aeabi_assert() argument
18 PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert()
20 (void)PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert()
39 void __assert_func(const char *file, int line, const char *func, const char *failedExpr) in __assert_func() argument
41 …F("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" function name \"%s\" \n", failedExpr, file, line, in __assert_func()
53 void __msl_assertion_failed(char const *failedExpr, char const *file, char const *func, int line) in __msl_assertion_failed() argument
58 PRINTF(" Line : %u\r\n", (uint32_t)line); in __msl_assertion_failed()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MK22F12/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c150 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.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/LPC54114/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8QX6/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MKL17Z644/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8UX6/utilities/
Dfsl_shell.c117 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.5.0/mcux/mcux-sdk/devices/MIMX8DX3/utilities/
Dfsl_shell.c117 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 …]

12345678