Searched refs:read (Results 476 – 500 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/doc/hardware/peripherals/ |
D | smbus.rst | 33 request attention from the Controller. The Controller needs to read one byte
|
D | uart.rst | 27 The Asynchronous API allows to read and write data in the background using DMA
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040.dts | 84 read-only;
|
/Zephyr-latest/boards/weact/blackpill_f411ce/ |
D | blackpill_f411ce.dts | 59 read-only;
|
/Zephyr-latest/boards/weact/blackpill_f401ce/ |
D | blackpill_f401ce.dts | 58 read-only;
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_disk.c | 204 .read = nvme_disk_read,
|
/Zephyr-latest/drivers/disk/ |
D | ramdisk.c | 123 .read = disk_ram_access_read,
|
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/ |
D | sparkfun_thing_plus_matter_mgm240p.dts | 138 read-only;
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4180a/ |
D | slwrb4180a.dts | 162 read-only;
|
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/ |
D | README.rst | 8 This sample provides an example of how to read sensors data
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 57 - Re-mount the root filesystem as read-write:
|
/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 22 #define READ(fd, buf, sz) read(fd, buf, sz)
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_microchip_mcp7940n.c | 219 .read = microchip_mcp7940n_bbram_read,
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 211 #define read zap_read macro
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32z27x_rtu0_r52.dtsi | 19 /* Accessing code RAM over AXIF - a read-only flash memory bus */
|
D | nxp_s32z27x_rtu1_r52.dtsi | 19 /* Accessing code RAM over AXIF - a read-only flash memory bus */
|
/Zephyr-latest/boards/nxp/twr_kv58f220m/ |
D | twr_kv58f220m.dts | 121 read-only;
|
/Zephyr-latest/dts/arm/st/f1/ |
D | stm32f103Xg.dtsi | 24 * read-while-write capabilities, but is
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_shell.c | 226 SHELL_CMD_ARG(read, NULL,
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_blockwise.py | 101 data = leshan.read(endpoint, '19/0/0')
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 243 file_content = file.read() 323 inpbuf = f.read()
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_open_flags.c | 34 char *read; member 79 ZEQ(fs_read(&ts->file, ts->read, ts->read_size), expected); in ZREAD()
|
/Zephyr-latest/drivers/sensor/nxp/fxos8700/ |
D | fxos8700.c | 94 .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/ |
D | lora_e5_dev_board.rst | 203 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/ |
D | ieee802154_cc2520.h | 62 bool z_cc2520_access(const struct device *dev, bool read, uint8_t ins,
|
1...<<11121314151617181920>>...43