Home
last modified time | relevance | path

Searched refs:read (Results 401 – 425 of 1064) sorted by relevance

1...<<11121314151617181920>>...43

/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt28 to be read back without error. Perform this R/W combination at several
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt28 to be read back without error. Perform this R/W combination at several
/Zephyr-latest/subsys/rtio/
DKconfig35 bool "Include system memory blocks as an optional backing read memory pool"
/Zephyr-latest/doc/services/settings/
Dindex.rst107 FCB read target is registered using :c:func:`settings_fcb_src()`, and write target
110 :c:func:`settings_fcb_dst()`. File read target is registered using
112 Non-volatile storage read target is registered using
200 /* key-value pair was properly read.
205 /* read-out error */
/Zephyr-latest/scripts/
Dsnippets.py188 SNIPPET_SCHEMA = yaml.safe_load(f.read())
295 snippet_data = yaml.safe_load(f.read())
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py213 return open(f, mode).read()
252 dat = f.read()
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst62 * The correct TX thread is invoked, and the packet is read from the transmit
76 * The correct RX thread is invoked, and the packet is read from the receive
/Zephyr-latest/boards/seeed/wio_terminal/
Dwio_terminal.dts164 read-only;
170 read-only;
/Zephyr-latest/drivers/i2c/
Di2c_litex.c154 .read_addr = DT_INST_REG_ADDR_BY_NAME(n, read), \
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_tooling.py54 log = f.read()
/Zephyr-latest/drivers/sensor/nxp/fxls8974/
Dfxls8974.h100 int (*read)(const struct device *dev, member
/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.c67 n = read(in_f, p_char, 1); in np_uart_stdin_poll_in_bottom()
Duart_emul.c132 uint32_t read; in uart_emul_poll_in() local
135 read = ring_buf_get(drv_data->rx_rb, p_char, 1); in uart_emul_poll_in()
138 if (!read) { in uart_emul_poll_in()
525 uint32_t read = ring_buf_get(data->rx_rb, &rx_buf[offset + data_len], in uart_emul_async_rx_handler() local
527 data_len += read; in uart_emul_async_rx_handler()
/Zephyr-latest/drivers/flash/
Dflash_handlers.c14 K_OOPS(K_SYSCALL_DRIVER_FLASH(dev, read)); in z_vrfy_flash_read()
Dsoc_flash_b91.c226 .read = flash_b91_read,
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_trigger.c113 if (cfg->bus_io->read(&cfg->bus, BMM150_REG_X_L, (uint8_t *)values, sizeof(values)) < 0) { in bmm150_trigger_set()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.h57 bmp388_reg_read_fn read; member
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py84 content = f.read()
/Zephyr-latest/drivers/display/
Ddisplay_intel_multibootfb.c110 .read = framebuf_read,
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst8 providing the read-back buffer to the client to use in validating the persisted
/Zephyr-latest/boards/st/stm32f0_disco/
Dstm32f0_disco.dts103 read-only;
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dmimxrt1180_evk.dtsi74 ahb-read-addr-opt;
/Zephyr-latest/subsys/retention/
DKconfig.blinfo22 applications which allows applications to read the configuration of
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c1617 struct bt_gatt_read_params *read, const void *data, in unicast_client_ase_ntf_read_func() argument
1620 uint16_t handle = read->single.handle; in unicast_client_ase_ntf_read_func()
1655 memset(read, 0, sizeof(*read)); in unicast_client_ase_ntf_read_func()
3648 struct bt_gatt_read_params *read, const void *data, in unicast_client_ase_read_func() argument
3651 uint16_t handle = read->single.handle; in unicast_client_ase_read_func()
3685 memset(read, 0, sizeof(*read)); in unicast_client_ase_read_func()
3823 struct bt_gatt_read_params *read, in unicast_client_pacs_avail_ctx_read_func() argument
3830 memset(read, 0, sizeof(*read)); in unicast_client_pacs_avail_ctx_read_func()
3995 struct bt_gatt_read_params *read, in unicast_client_pacs_location_read_func() argument
4003 memset(read, 0, sizeof(*read)); in unicast_client_pacs_location_read_func()
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py203 pid = int(pid_file.read())
953 pid = int(pid_file.read())
984 pid = int(pid_file.read())
987 c = in_fp.read(1).decode("utf-8")
1129 qemu_pid = int(pid_file.read())
1141 qemu_pid = int(pid_file.read())
1271 c = os.read(self.pipe_handle, 1)
1324 self.pid = int(pid_file.read())

1...<<11121314151617181920>>...43