/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 28 to be read back without error. Perform this R/W combination at several
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 28 to be read back without error. Perform this R/W combination at several
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 35 bool "Include system memory blocks as an optional backing read memory pool"
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 107 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/ |
D | snippets.py | 188 SNIPPET_SCHEMA = yaml.safe_load(f.read()) 295 snippet_data = yaml.safe_load(f.read())
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 213 return open(f, mode).read() 252 dat = f.read()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 62 * 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/ |
D | wio_terminal.dts | 164 read-only; 170 read-only;
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_litex.c | 154 .read_addr = DT_INST_REG_ADDR_BY_NAME(n, read), \
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_tooling.py | 54 log = f.read()
|
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | fxls8974.h | 100 int (*read)(const struct device *dev, member
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 67 n = read(in_f, p_char, 1); in np_uart_stdin_poll_in_bottom()
|
D | uart_emul.c | 132 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/ |
D | flash_handlers.c | 14 K_OOPS(K_SYSCALL_DRIVER_FLASH(dev, read)); in z_vrfy_flash_read()
|
D | soc_flash_b91.c | 226 .read = flash_b91_read,
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150_trigger.c | 113 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/ |
D | bmp388.h | 57 bmp388_reg_read_fn read; member
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 84 content = f.read()
|
/Zephyr-latest/drivers/display/ |
D | display_intel_multibootfb.c | 110 .read = framebuf_read,
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 8 providing the read-back buffer to the client to use in validating the persisted
|
/Zephyr-latest/boards/st/stm32f0_disco/ |
D | stm32f0_disco.dts | 103 read-only;
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | mimxrt1180_evk.dtsi | 74 ahb-read-addr-opt;
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig.blinfo | 22 applications which allows applications to read the configuration of
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 1617 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/ |
D | handlers.py | 203 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())
|