Home
last modified time | relevance | path

Searched refs:line (Results 476 – 500 of 819) sorted by relevance

1...<<11121314151617181920>>...33

/Zephyr-latest/doc/hardware/arch/
Dx86.rst82 command line arguments can be passed to the script to generate additional
84 access during very early boot. To pass extra command line arguments to
/Zephyr-latest/boards/st/stm32h750b_dk/doc/
Dindex.rst161 https://www.st.com/en/microcontrollers-microprocessors/stm32h750-value-line.html
164 …rce/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-3…
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig58 0 Write only file and line for failed assertions
59 1 Write file, line number, function and reason for failed assertions
206 just in one line.
/Zephyr-latest/doc/develop/test/
Dpytest.rst90 #. Through Twister command line interface as ``--pytest-args`` argument. This can be particularly
100 The command line arguments will extend those from the .yaml file. If the same argument is
101 present in both places, the one from the command line will take precedence.
145 Sample fixture to wrap ``mcumgr`` command-line tool used to manage remote devices. More information
Dcoverage.rst135 You just need to invoke it with the ``--coverage`` command line option.
149 command line options.
/Zephyr-latest/drivers/modem/
Dhl7800.c2635 char line[MAX_PROFILE_LINE_LENGTH]; in profile_handler() local
2649 memset(line, 0, sizeof(line)); in profile_handler()
2650 output_length = net_buf_linearize(line, SIZE_WITHOUT_NUL(line), in profile_handler()
2652 LOG_DBG("length: %u: %s", line_length, line); in profile_handler()
2656 echo_state = (line[1] == '1') ? 1 : 0; in profile_handler()
2700 char line[MDM_HL7800_APN_CMD_MAX_SIZE]; in on_cmd_atcmdinfo_pdp_authentication_cfg() local
2710 memset(line, 0, sizeof(line)); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2711 output_length = net_buf_linearize(line, SIZE_WITHOUT_NUL(line), in on_cmd_atcmdinfo_pdp_authentication_cfg()
2713 LOG_DBG("length: %u: %s", line_length, line); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2721 p = strchr(line, '"'); in on_cmd_atcmdinfo_pdp_authentication_cfg()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h189 const char *func, int line);
/Zephyr-latest/boards/shields/frdm_kw41z/doc/
Dindex.rst31 #. Open :file:`source/common/app_preinclude.h` and add the following line:
/Zephyr-latest/modules/lz4/
DKconfig79 In order to produce compressed data compatible with lz4 command line
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst43 After a connection is made, the application will echo back any line sent
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst43 After a connection is made, the application will echo back any line sent to
/Zephyr-latest/boards/adi/max32680evkit/
Dmax32680evkit_max32680_m4.dts64 /* Enable D/C line for 4wire mode */
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c285 unsigned int line; member
297 printf("%s:%u for '%s'\n", ctx->file, ctx->line, ctx->expected); in prf_failed()
308 unsigned int line) in prf_check() argument
314 .line = line, in prf_check()
/Zephyr-latest/scripts/ci/
Dpylintrc79 mixed-line-endings,
80 unexpected-line-ending-format,
/Zephyr-latest/boards/st/stm32f723e_disco/doc/
Dindex.rst14 - Audio line in and line out jack
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst102 duplication. ``twister.log`` will duplicate every line (triplicate if we call it three times, etc.)
114 # skip this line.
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py193 for line in f:
194 match = opt_value.match(line)
218 match = not_set.match(line)
Djlink.py450 f.writelines(bytes(line + '\n', 'utf-8') for line in lines)
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst6 The TLS Credentials shell provides a command-line interface for managing installed TLS credentials.
53 Credential contents can be provided in-line with the call to ``cred add``, or will otherwise be sou…
257 This is required because Zephyr does not support multi-line strings in the shell.
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst157 it is at :zephyr_file:`arch/x86/core/ia32/gdbstub.c`, line 252.
192 a different source line. Now that it finished executing :c:func:`arch_gdb_init`
222 … Breakpoint 1 at 0x10064d: file <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c, line 27.
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapi.py248 self.line = -1
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst92 The last line displays a counter of how many trigger interrupts
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst70 IDF monitor, but for other tools it might be necessary to set DTR and RTS line
/Zephyr-latest/drivers/gpio/
Dgpio_nxp_s32.c43 uint8_t line; member
204 return irq_cfg->map[i].line; in nxp_s32_gpio_pin_to_line()
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py527 for line in firmware_image:
528 output_file.write(line)

1...<<11121314151617181920>>...33