Home
last modified time | relevance | path

Searched refs:read (Results 226 – 250 of 1064) sorted by relevance

12345678910>>...43

/Zephyr-latest/samples/tfm_integration/tfm_regression_test/boards/
Dnucleo_l552ze_q_stm32l552xx_ns.overlay34 read-only;
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay44 pinctrl-names = "default", "read", "sleep";
/Zephyr-latest/include/zephyr/posix/
Dunistd.h33 ssize_t read(int file, void *buffer, size_t count);
/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h45 ssize_t (*read)(struct fs_file_t *filp, void *dest, size_t nbytes); member
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfifo_handler.py122 def read(self, __size: int = -1) -> bytes: member in FifoHandler
123 return self._fifo_out_file.read(__size) # type: ignore[union-attr]
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c208 if (user_data->read == NULL) { in bt_audio_read_chrc()
221 return user_data->read(conn, attr, buf, len, offset); in bt_audio_read_chrc()
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/
DREADME.rst43 I: Submitting 4 read requests
69 I: Submitting 4 read requests
/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md44 It will print the number of the bytes read and return to the shell:
46 Number of bytes read: 3442
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Drpi_pico-common.dtsi77 read-only;
87 read-only;
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Drpi_pico2.dtsi77 read-only;
88 read-only;
/Zephyr-latest/boards/arduino/nano_33_iot/
Darduino_nano_33_iot.dts153 read-only;
159 read-only;
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040.dts44 read-only;
54 read-only;
/Zephyr-latest/subsys/fs/
DKconfig84 bool "File system shell read/write/erase test commands"
88 read/write/erase tests with speed output.
97 maximum size that can be used with a read/write test. Note that this
/Zephyr-latest/scripts/
Dlist_hardware.py23 soc_schema = yaml.load(f.read(), Loader=SafeLoader)
27 arch_schema = yaml.load(f.read(), Loader=SafeLoader)
120 socs_yaml = f.read()
214 archs = yaml.load(f.read(), Loader=SafeLoader)
/Zephyr-latest/scripts/profiling/
Dstackcollapse.py60 inp = f.read()
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670_spi.c68 .read = icm42670_reg_read_spi,
/Zephyr-latest/drivers/sensor/ti/ina226/
DKconfig24 Note that enabling this option requires an extra I2C read when the
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150_spi.c89 .read = bmm150_reg_read_spi,
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_spi.c89 .read = bme280_reg_read_spi,
/Zephyr-latest/samples/sensor/fxas21002/
DREADME.rst11 interrupt to read gyroscope data synchronously.
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dnucleo_h743zi.overlay23 read-size = <32>;
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/
Dnucleo_l552ze_q_stm32l552xx_ns.overlay31 read-only;
/Zephyr-latest/scripts/footprint/
Dcompare_footprint89 commit_id = proc.stdout.read().decode("utf-8").strip()
116 logger.error(proc.stdout.read())
156 logger.error(proc.stdout.read())
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst45 Each attribute contain a ``uuid``, which describes their type, a ``read``
46 callback, a ``write`` callback and a set of permission. Both read and write
55 Attribute ``read`` and ``write`` callbacks are called directly from RX Thread
/Zephyr-latest/boards/st/stm32l562e_dk/
Dstm32l562e_dk_stm32l562xx_ns.dts46 read-only;

12345678910>>...43