| /hal_nxp-latest/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-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi_common.h | 135 static int parse_line(char *line, char *args[]) in parse_line() argument 144 length = strlen(line); in parse_line() 155 if (line[i] == ' ') in parse_line() 159 else if (line[i] == '\t') in parse_line() 163 else if (line[i] == '\n') in parse_line() 170 args[arg_num] = &line[i]; in parse_line() 177 if (line[i] == '#') in parse_line() 181 line[i] = '\0'; in parse_line() 187 if (line[i] == '=') in parse_line() 189 line[i] = '\0'; in parse_line() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/assert/ |
| D | fsl_assert.c | 15 __attribute__ ((weak)) int fsl_assert_hook(const char *failedExpr, const char *file, int line) in fsl_assert_hook() argument 19 (void)line; in fsl_assert_hook() 26 void __aeabi_assert(const char *failedExpr, const char *file, int line) in __aeabi_assert() argument 29 PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert() 31 (void)PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert() 34 (void)fsl_assert_hook(failedExpr, file, line); in __aeabi_assert() 46 int line = -1; in __assertion_failed() local 50 (void)fsl_assert_hook(failedExpr, file, line); in __assertion_failed() 58 void __assert_func(const char *file, int line, const char *func, const char *failedExpr) in __assert_func() argument 60 …F("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" function name \"%s\" \n", failedExpr, file, line, in __assert_func() [all …]
|
| /hal_nxp-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/mcux/mcux-sdk/devices/MIMX8QX3/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-latest/mcux/mcux-sdk/devices/MIMX8DX4/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-latest/mcux/mcux-sdk/devices/LPC54113/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-latest/mcux/mcux-sdk/devices/MIMX8QX1/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-latest/mcux/mcux-sdk/devices/MIMX8QX5/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-latest/mcux/mcux-sdk/devices/MIMX8DX3/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-latest/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-latest/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-latest/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-latest/mcux/mcux-sdk/devices/MKL17Z644/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-latest/mcux/mcux-sdk/devices/MIMX8DX2/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-latest/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 …]
|