Home
last modified time | relevance | path

Searched refs:read (Results 101 – 125 of 1064) sorted by relevance

12345678910>>...43

/Zephyr-latest/scripts/build/
Dparse_syscalls.py72 contents = fp.read()
120 contents = fp.read()
146 old = fp.read()
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c131 static int read(const struct shell_transport *transport, in read() function
184 .read = read,
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst7 flash like a FIFO. You append entries to the end, and read data from the
51 To read contents of the circular buffer:
56 has been read by monitoring the returned entry's area pointer. Then you
63 - Use :c:func:`flash_area_read` to read entry contents.
/Zephyr-latest/tests/subsys/logging/log_api/
DKconfig9 bool "Append read-only string locations to the package"
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dautomount.overlay16 read-size = <16>;
/Zephyr-latest/scripts/west_commands/zspdx/
Dutil.py27 buf = f.read()
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dstm32h750b_dk.overlay12 read-size = <32>;
Dstm32h747i_disco_stm32h747xx_m7.overlay13 read-size = <32>;
/Zephyr-latest/samples/bluetooth/peripheral_hids/
DKconfig11 read and write attributes as authentication required.
/Zephyr-latest/drivers/sensor/ist8310/
Dist8310_i2c.c31 .read = ist8310_reg_read_i2c,
/Zephyr-latest/doc/services/
Dformatted_output.rst62 * **Self-contained** - non read-only strings appended to the package. String can be
63 formatted from such package as long as there is access to read-only string
64 locations. Package may contain information where read-only strings are located
70 where pointers to non read-only strings are located within the package. Optionally,
71 it may contain read-only string location information. String can be formatted
72 from such package as long as non read-only strings are still valid and read-only
74 package or **fully self-contained** if information about read-only string
134 | | 1 byte: Number of read-only string argument locations |
152 | String location | Indexes of words within the package where read-only strings are located |
/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst11 and the processor were not present. Data read from the console is transmitted
12 to the "*other*" interface, and data read from the "*other*" interface is
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_i2c.c36 .read = bmm150_reg_read_i2c,
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388_i2c.c35 .read = bmp388_reg_read_i2c,
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_i2c.c35 .read = bme280_reg_read_i2c,
/Zephyr-latest/tests/kernel/mem_protect/mem_map/boards/
Dup_squared.overlay8 * in the ram on up_squared, we don't have access to read/write
/Zephyr-latest/include/zephyr/llext/
Dfs_loader.h56 .read = llext_fs_read, \
Dbuf_loader.h55 .read = llext_buf_read, \
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dshell.rst83 Data can be read from an EEPROM using the ``eeprom read`` subcommand. This subcommand takes three
85 read:
89 uart:~$ eeprom read eeprom@0 0x0 8
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_i2c.c34 .read = icm42670_reg_read_i2c,
/Zephyr-latest/drivers/adc/
Dadc_test.c42 .read = vnd_adc_read,
/Zephyr-latest/drivers/flash/
DKconfig.simulator18 bool "Allow read access to be unaligned"
23 a specific FLASH interface that requires aligned read access.
58 int "Minimum read time (µS)"
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h226 display_read_api read; member
277 if (api->read == NULL) { in display_read()
281 return api->read(dev, x, y, desc, buf); in display_read()
/Zephyr-latest/scripts/tracing/
Dtrace_capture_usb.py87 read_endpoint.read(buff, 10000)
92 length = read_endpoint.read(buff, 100000)
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dpower_management.rst18 In the future, with :ref:`sensor-read-and-decode` its possible that automatic management of device …
20 through requests to read on given events.

12345678910>>...43