Home
last modified time | relevance | path

Searched refs:start (Results 551 – 575 of 1113) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst56 .. note:: After the last message, the board will reset and the sequence will start again
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst26 When the application is run, it starts to send UDP packets. You can start
/Zephyr-latest/drivers/modem/
Dsimcom-sim7080.c1337 char *start, *del; in gnss_get_next_param() local
1340 start = src; in gnss_get_next_param()
1342 start = *saveptr; in gnss_get_next_param()
1346 if (!start) { in gnss_get_next_param()
1351 if (*start == '\0' || *start == '\r') { in gnss_get_next_param()
1355 del = strstr(start, delim); in gnss_get_next_param()
1363 if (del == start) { in gnss_get_next_param()
1367 return start; in gnss_get_next_param()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df207 Offset of start of antenna switching after end of the CRC. It is a signed value in number
217 Offset of sampling start from beginning of sampling slot. The value is a signed number
228 Offset of sampling start from beginning of sampling slot. The value is a signed number
240 Offset of sampling start from beginning of sampling slot. The value is a signed number
251 Offset of sampling start from beginning of sampling slot. The value is a signed number
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst234 You can use ``target remote |`` to start the custom GDB server from inside
243 2. Inside GDB, start the GDB server using the ``--pipe`` option:
359 The memory block contains the start and end addresses and the data within
380 - The start address of the memory region.
386 - Contains the memory content between the start and end addresses.
/Zephyr-latest/drivers/sensor/st/
DKconfig4 # zephyr-keep-sorted-start
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_internal.h83 } start; member
/Zephyr-latest/drivers/i2c/
DKconfig.it8xxx212 This driver supports repeated start.
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.h35 uint8_t start, uint8_t *buf, int size);
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.h33 uint8_t start, uint8_t *buf, int size);
/Zephyr-latest/doc/connectivity/networking/api/
Dpromiscuous.rst44 If there is no error, then the application can start to wait for network data:
/Zephyr-latest/drivers/counter/
Dcounter_imx_epit.c139 .start = imx_epit_start,
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css69 margin-inline-start: revert;
/Zephyr-latest/boards/intel/adl/doc/
Dindex.rst63 :start-after: start_include_here
/Zephyr-latest/boards/khadas/edgev/doc/
Dindex.rst63 tftpboot ${pxefile_addr_r} zephyr.img; bootm start ${pxefile_addr_r}; bootm loados; bootm go
/Zephyr-latest/drivers/audio/
Dcodec_shell.c186 SHELL_CMD_ARG(start, &dsub_device_name, CODEC_START_HELP, cmd_start,
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt15 starts by reading sectors from a variety of start locations. Each location is
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py233 search_end = suite_run_match.start()
448 os.path.realpath(suite_path), start=canonical_zephyr_base
525 start=canonical_zephyr_base)
/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c145 uint32_t start = (uint32_t)exceptions[i].start & ~0x1U; in memory_fault_recoverable() local
156 if (esf->basic.pc >= start && esf->basic.pc < end) { in memory_fault_recoverable()
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt119 Allow user to start monitoring network events automatically
120 when the system starts. The auto start is disabled by default.
/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c69 static inline int bmp180_reg_read(const struct device *dev, uint8_t start, in bmp180_reg_read() argument
74 return i2c_burst_read_dt(&cfg->i2c, start, buf, size); in bmp180_reg_read()
/Zephyr-latest/doc/connectivity/networking/
Dnative_sim_setup.rst68 Build and start the ``echo_server`` sample application.
107 Build and start the ``echo_server`` sample application:
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst65 Use another terminal window to start up a DHCPv4 server on the Linux host,
157 Use another terminal window to start up a DHCPv4 server on the Linux host,
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst62 :start-after: start-after-here
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c215 if (ppp->start) { in ppp_up()
216 ppp->start(net_if_get_device(iface)); in ppp_up()

1...<<21222324252627282930>>...45