Searched refs:read (Results 276 – 300 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 8 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/ |
D | Kconfig.it8xxx2 | 133 # of these two ports are read only. Hence EC have to read these two data
|
/Zephyr-latest/samples/net/sockets/socketpair/src/ |
D | main.c | 53 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/ |
D | test_fs_file.c | 78 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/ |
D | main.c | 125 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/ |
D | domains.py | 89 domains_yaml = f.read()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_internal.h | 174 struct bt_gatt_read_params read; member
|
/Zephyr-latest/drivers/flash/ |
D | flash_gd32.c | 102 .read = flash_gd32_read,
|
/Zephyr-latest/cmake/makefile_exports/ |
D | CMakeLists.txt | 30 # read the generator expressions that we use.
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/ |
D | slwrb4255a.dts | 32 read-only;
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_stm32.c | 111 .read = eeprom_stm32_read,
|
/Zephyr-latest/drivers/audio/ |
D | Kconfig.dmic_mcux | 31 the application must read buffers to avoid data being dropped.
|
/Zephyr-latest/drivers/bbram/ |
D | Kconfig | 19 Enable the BBRAM shell with read and write commands.
|
D | bbram_npcx.c | 98 .read = bbram_npcx_read,
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | rpi_pico.overlay | 20 set-read-delay-ms = <10>;
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 24 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/ |
D | Kconfig | 28 read in order to reset and rearm the trigger.
|
/Zephyr-latest/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 73 contents = f.read()
|
/Zephyr-latest/drivers/ps2/ |
D | ps2_npcx_channel.c | 101 .read = NULL,
|
/Zephyr-latest/samples/drivers/kscan/ |
D | README.rst | 5 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/ |
D | gatt_macs.h | 41 .read = _read, \
|
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/bus/ |
D | qspi_if.h | 60 int (*read)(unsigned int addr, void *data, int len); member
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 80 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/ |
D | test_output.py | 102 build_log = f.read() 119 inline_twister_log = f.read()
|
/Zephyr-latest/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 13 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