/Zephyr-latest/samples/drivers/watchdog/ |
D | README.rst | 56 .. note:: After the last message, the board will reset and the sequence will start again
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | README.rst | 26 When the application is run, it starts to send UDP packets. You can start
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 1337 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/ |
D | Kconfig.df | 207 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/ |
D | coredump.rst | 234 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/ |
D | Kconfig | 4 # zephyr-keep-sorted-start
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_internal.h | 83 } start; member
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.it8xxx2 | 12 This driver supports repeated start.
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.h | 35 uint8_t start, uint8_t *buf, int size);
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680.h | 33 uint8_t start, uint8_t *buf, int size);
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | promiscuous.rst | 44 If there is no error, then the application can start to wait for network data:
|
/Zephyr-latest/drivers/counter/ |
D | counter_imx_epit.c | 139 .start = imx_epit_start,
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 69 margin-inline-start: revert;
|
/Zephyr-latest/boards/intel/adl/doc/ |
D | index.rst | 63 :start-after: start_include_here
|
/Zephyr-latest/boards/khadas/edgev/doc/ |
D | index.rst | 63 tftpboot ${pxefile_addr_r} zephyr.img; bootm start ${pxefile_addr_r}; bootm loados; bootm go
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 186 SHELL_CMD_ARG(start, &dsub_device_name, CODEC_START_HELP, cmd_start,
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 15 starts by reading sectors from a variety of start locations. Each location is
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 233 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/ |
D | fault.c | 145 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/ |
D | Kconfig.mgmt | 119 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/ |
D | bmp180.c | 69 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/ |
D | native_sim_setup.rst | 68 Build and start the ``echo_server`` sample application. 107 Build and start the ``echo_server`` sample application:
|
/Zephyr-latest/samples/net/dhcpv4_client/ |
D | README.rst | 65 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/ |
D | flash_map.rst | 62 :start-after: start-after-here
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 215 if (ppp->start) { in ppp_up() 216 ppp->start(net_if_get_device(iface)); in ppp_up()
|