Home
last modified time | relevance | path

Searched refs:read (Results 276 – 300 of 1064) sorted by relevance

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

/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst8 This sample provides an example of how to read sensor data
94 read for each trigger by enabling the **ARGONKEY_TEST_LOG** macro.
/Zephyr-latest/drivers/espi/
DKconfig.it8xxx2133 # of these two ports are read only. Hence EC have to read these two data
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c53 res = read(fd, buf, sizeof(buf) - 1); in hello()
194 res = read(fds[i].fd, buf, sizeof(buf)); in handle_poll_events()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_file.c78 brw = read(file, read_buff, sz); in test_file_read()
104 brw = read(file, read_buff, sizeof(read_buff)); in test_file_read()
/Zephyr-latest/tests/posix/shm/src/
Dmain.c125 zassert_equal(read(fd[0], &cbuf, 1), 0, in ZTEST()
137 zassert_equal(read(fd[i], &cbuf, 1), 1, "read() failed on fd %d: %d\n", fd[i], in ZTEST()
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py89 domains_yaml = f.read()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_internal.h174 struct bt_gatt_read_params read; member
/Zephyr-latest/drivers/flash/
Dflash_gd32.c102 .read = flash_gd32_read,
/Zephyr-latest/cmake/makefile_exports/
DCMakeLists.txt30 # read the generator expressions that we use.
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/
Dslwrb4255a.dts32 read-only;
/Zephyr-latest/drivers/eeprom/
Deeprom_stm32.c111 .read = eeprom_stm32_read,
/Zephyr-latest/drivers/audio/
DKconfig.dmic_mcux31 the application must read buffers to avoid data being dropped.
/Zephyr-latest/drivers/bbram/
DKconfig19 Enable the BBRAM shell with read and write commands.
Dbbram_npcx.c98 .read = bbram_npcx_read,
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Drpi_pico.overlay20 set-read-delay-ms = <10>;
/Zephyr-latest/drivers/i3c/
DKconfig24 The I3C shell supports info, bus recovery, CCC, I3C read and
137 to be read or written.
147 to be read or written.
/Zephyr-latest/drivers/sensor/lm77/
DKconfig28 read in order to reset and rearm the trigger.
/Zephyr-latest/scripts/dts/
Dgen_driver_kconfig_dts.py73 contents = f.read()
/Zephyr-latest/drivers/ps2/
Dps2_npcx_channel.c101 .read = NULL,
/Zephyr-latest/samples/drivers/kscan/
DREADME.rst5 Use the KSCAN API to read key presses and releases on a keyboard matrix.
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h41 .read = _read, \
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/bus/
Dqspi_if.h60 int (*read)(unsigned int addr, void *data, int len); member
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg80 with read/write semantics on top of a memory region shared by the
87 int "Size of PBUF read buffer in bytes"
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_output.py102 build_log = f.read()
119 inline_twister_log = f.read()
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst13 it blocks until the data are read by the remote side.
49 four character devices /dev/mu0 till /dev/mu3, which are used to read data from

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