Searched refs:read (Results 451 – 475 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/drivers/mdio/ |
D | mdio_xmc4xxx.c | 168 .read = mdio_xmc4xxx_read,
|
D | mdio_nxp_enet_qos.c | 148 .read = nxp_enet_qos_mdio_read,
|
D | mdio_sam.c | 162 .read = mdio_sam_read,
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32wba_fm.c | 193 .read = flash_stm32_read,
|
D | flash_ambiq.c | 215 .read = flash_ambiq_read,
|
D | flash_gecko.c | 220 .read = flash_gecko_read,
|
D | flash_ifx_cat1.c | 188 .read = ifx_cat1_flash_read,
|
D | flash_si32.c | 201 .read = flash_si32_read,
|
D | soc_flash_numaker_rmc.c | 252 .read = flash_numaker_read,
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280.h | 41 bme280_reg_read_fn read; member
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 31 number of blocks to transfer, and a buffer location to read or write them from.
|
/Zephyr-latest/boards/st/nucleo_f410rb/ |
D | nucleo_f410rb.dts | 132 read-only;
|
/Zephyr-latest/samples/sensor/isl29035/ |
D | README.rst | 15 read sample. If the sensor detects an intensity outside that range the
|
/Zephyr-latest/boards/weact/blackpill_f401cc/ |
D | blackpill_f401cc.dts | 58 read-only;
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 227 decoded_file_content = decoded_file.read()
|
/Zephyr-latest/drivers/audio/ |
D | mpxxdtyy.c | 160 .read = mpxxdtyy_i2s_read,
|
/Zephyr-latest/tests/subsys/modem/backends/tty/src/ |
D | main.c | 197 ret = read(primary_fd, buffer1, sizeof(buffer1)); in ZTEST()
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 314 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/ |
D | Kconfig | 22 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/ |
D | ext2_impl.c | 612 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/ |
D | Kconfig | 40 ZMS uses an internal buffer to read/write and compare stored data.
|
/Zephyr-latest/scripts/release/ |
D | bug_bash.py | 43 token = file.read()
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.c | 27 return cfg->bus_io->read(&cfg->bus, start, buf, size); in ist8310_reg_read()
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | CMakeLists.txt | 19 # RIMAGE_TARGET cached (cached so that the python script can read it!)
|
/Zephyr-latest/scripts/build/ |
D | llext_inject_slids.py | 101 return int.from_bytes(self.elf_fd.read(sizeof_st_value), byteorder)
|
1...<<11121314151617181920>>...43