Home
last modified time | relevance | path

Searched refs:read (Results 451 – 475 of 1064) sorted by relevance

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

/Zephyr-latest/drivers/mdio/
Dmdio_xmc4xxx.c168 .read = mdio_xmc4xxx_read,
Dmdio_nxp_enet_qos.c148 .read = nxp_enet_qos_mdio_read,
Dmdio_sam.c162 .read = mdio_sam_read,
/Zephyr-latest/drivers/flash/
Dflash_stm32wba_fm.c193 .read = flash_stm32_read,
Dflash_ambiq.c215 .read = flash_ambiq_read,
Dflash_gecko.c220 .read = flash_gecko_read,
Dflash_ifx_cat1.c188 .read = ifx_cat1_flash_read,
Dflash_si32.c201 .read = flash_si32_read,
Dsoc_flash_numaker_rmc.c252 .read = flash_numaker_read,
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280.h41 bme280_reg_read_fn read; member
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst31 number of blocks to transfer, and a buffer location to read or write them from.
/Zephyr-latest/boards/st/nucleo_f410rb/
Dnucleo_f410rb.dts132 read-only;
/Zephyr-latest/samples/sensor/isl29035/
DREADME.rst15 read sample. If the sensor detects an intensity outside that range the
/Zephyr-latest/boards/weact/blackpill_f401cc/
Dblackpill_f401cc.dts58 read-only;
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py227 decoded_file_content = decoded_file.read()
/Zephyr-latest/drivers/audio/
Dmpxxdtyy.c160 .read = mpxxdtyy_i2s_read,
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c197 ret = read(primary_fd, buffer1, sizeof(buffer1)); in ZTEST()
/Zephyr-latest/doc/develop/debug/
Dindex.rst314 always shown, while the content of read messages is controlled by a parameter to the
316 called internally by ``i2c_transfer`` API function with read content dump enabled.
320 - R - read message
325 read from the I2C target. After that the log shows the length of received message and following
326 that, the bytes read from the target ``43 42 41 00 00 00 00 00``.
/Zephyr-latest/drivers/i2c/
DKconfig22 The I2C shell supports scanning, bus recovery, I2C read and write
88 to be read or written.
98 to be read or written.
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c612 ssize_t read = 0; in ext2_inode_read() local
616 while (read < nbytes && offset < inode->i_size) { in ext2_inode_read()
630 memcpy((uint8_t *)buf + read, inode_current_block_mem(inode) + block_off, to_read); in ext2_inode_read()
632 read += to_read; in ext2_inode_read()
633 nbytes_to_read -= read; in ext2_inode_read()
640 return read; in ext2_inode_read()
/Zephyr-latest/subsys/fs/zms/
DKconfig40 ZMS uses an internal buffer to read/write and compare stored data.
/Zephyr-latest/scripts/release/
Dbug_bash.py43 token = file.read()
/Zephyr-latest/drivers/sensor/ist8310/
Dist8310.c27 return cfg->bus_io->read(&cfg->bus, start, buf, size); in ist8310_reg_read()
/Zephyr-latest/soc/mediatek/mt8xxx/
DCMakeLists.txt19 # RIMAGE_TARGET cached (cached so that the python script can read it!)
/Zephyr-latest/scripts/build/
Dllext_inject_slids.py101 return int.from_bytes(self.elf_fd.read(sizeof_st_value), byteorder)

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