Home
last modified time | relevance | path

Searched refs:read (Results 476 – 500 of 1064) sorted by relevance

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

/Zephyr-latest/doc/hardware/peripherals/
Dsmbus.rst33 request attention from the Controller. The Controller needs to read one byte
Duart.rst27 The Asynchronous API allows to read and write data in the background using DMA
/Zephyr-latest/boards/seeed/xiao_rp2040/
Dxiao_rp2040.dts84 read-only;
/Zephyr-latest/boards/weact/blackpill_f411ce/
Dblackpill_f411ce.dts59 read-only;
/Zephyr-latest/boards/weact/blackpill_f401ce/
Dblackpill_f401ce.dts58 read-only;
/Zephyr-latest/drivers/disk/nvme/
Dnvme_disk.c204 .read = nvme_disk_read,
/Zephyr-latest/drivers/disk/
Dramdisk.c123 .read = disk_ram_access_read,
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dsparkfun_thing_plus_matter_mgm240p.dts138 read-only;
/Zephyr-latest/boards/silabs/radio_boards/slwrb4180a/
Dslwrb4180a.dts162 read-only;
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/
DREADME.rst8 This sample provides an example of how to read sensors data
/Zephyr-latest/boards/intel/ish/doc/
Dindex.rst57 - Re-mount the root filesystem as read-write:
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c22 #define READ(fd, buf, sz) read(fd, buf, sz)
/Zephyr-latest/drivers/bbram/
Dbbram_microchip_mcp7940n.c219 .read = microchip_mcp7940n_bbram_read,
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h211 #define read zap_read macro
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32z27x_rtu0_r52.dtsi19 /* Accessing code RAM over AXIF - a read-only flash memory bus */
Dnxp_s32z27x_rtu1_r52.dtsi19 /* Accessing code RAM over AXIF - a read-only flash memory bus */
/Zephyr-latest/boards/nxp/twr_kv58f220m/
Dtwr_kv58f220m.dts121 read-only;
/Zephyr-latest/dts/arm/st/f1/
Dstm32f103Xg.dtsi24 * read-while-write capabilities, but is
/Zephyr-latest/subsys/settings/src/
Dsettings_shell.c226 SHELL_CMD_ARG(read, NULL,
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_blockwise.py101 data = leshan.read(endpoint, '19/0/0')
/Zephyr-latest/scripts/build/
Duf2conv.py243 file_content = file.read()
323 inpbuf = f.read()
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_open_flags.c34 char *read; member
79 ZEQ(fs_read(&ts->file, ts->read, ts->read_size), expected); in ZREAD()
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700.c94 .read = fxos8700_read_spi,
140 .read = fxos8700_read_i2c,
288 if (config->ops->read(dev, config->start_addr, buffer, num_bytes)) { in fxos8700_sample_fetch()
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst203 firmware, and the read protection level 1 is enabled.
205 you have to reset the read protection to level 0.
209 to perform this read protection regression.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.h62 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins,

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