Searched refs:read (Results 101 – 125 of 1064) sorted by relevance
12345678910>>...43
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 72 contents = fp.read() 120 contents = fp.read() 146 old = fp.read()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_rpmsg.c | 131 static int read(const struct shell_transport *transport, in read() function 184 .read = read,
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 7 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/ |
D | Kconfig | 9 bool "Append read-only string locations to the package"
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/ |
D | automount.overlay | 16 read-size = <16>;
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | util.py | 27 buf = f.read()
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | stm32h750b_dk.overlay | 12 read-size = <32>;
|
D | stm32h747i_disco_stm32h747xx_m7.overlay | 13 read-size = <32>;
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/ |
D | Kconfig | 11 read and write attributes as authentication required.
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310_i2c.c | 31 .read = ist8310_reg_read_i2c,
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 62 * **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/ |
D | README.rst | 11 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/ |
D | bmm150_i2c.c | 36 .read = bmm150_reg_read_i2c,
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388_i2c.c | 35 .read = bmp388_reg_read_i2c,
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_i2c.c | 35 .read = bme280_reg_read_i2c,
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/boards/ |
D | up_squared.overlay | 8 * in the ram on up_squared, we don't have access to read/write
|
/Zephyr-latest/include/zephyr/llext/ |
D | fs_loader.h | 56 .read = llext_fs_read, \
|
D | buf_loader.h | 55 .read = llext_buf_read, \
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 83 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/ |
D | icm42670_i2c.c | 34 .read = icm42670_reg_read_i2c,
|
/Zephyr-latest/drivers/adc/ |
D | adc_test.c | 42 .read = vnd_adc_read,
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.simulator | 18 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/ |
D | display.h | 226 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/ |
D | trace_capture_usb.py | 87 read_endpoint.read(buff, 10000) 92 length = read_endpoint.read(buff, 100000)
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | power_management.rst | 18 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