Home
last modified time | relevance | path

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

12345678

/hal_nxp-3.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0/mcux/mcux-sdk/devices/MK24F12/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.6.0/mcux/mcux-sdk/devices/MK26F18/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.6.0/mcux/mcux-sdk/devices/MK27FA15/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.6.0/mcux/mcux-sdk/devices/MK28FA15/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.6.0/mcux/mcux-sdk/devices/MIMX8DX6/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.6.0/mcux/mcux-sdk/devices/MK63F12/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.6.0/mcux/mcux-sdk/devices/MK64F12/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.6.0/mcux/mcux-sdk/devices/MIMX8DX5/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.6.0/mcux/mcux-sdk/devices/MKE04Z1284/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.6.0/mcux/mcux-sdk/devices/MK66F18/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.6.0/mcux/mcux-sdk/devices/MK65F18/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.6.0/mcux/mcux-sdk/devices/MIMX8QM6/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.6.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 …]

12345678