/Zephyr-latest/samples/tfm_integration/tfm_regression_test/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 34 read-only;
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 44 pinctrl-names = "default", "read", "sleep";
|
/Zephyr-latest/include/zephyr/posix/ |
D | unistd.h | 33 ssize_t read(int file, void *buffer, size_t count);
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 45 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/ |
D | fifo_handler.py | 122 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/ |
D | audio.c | 208 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/ |
D | README.rst | 43 I: Submitting 4 read requests 69 I: Submitting 4 read requests
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 44 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/ |
D | rpi_pico-common.dtsi | 77 read-only; 87 read-only;
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/ |
D | rpi_pico2.dtsi | 77 read-only; 88 read-only;
|
/Zephyr-latest/boards/arduino/nano_33_iot/ |
D | arduino_nano_33_iot.dts | 153 read-only; 159 read-only;
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 44 read-only; 54 read-only;
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 84 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/ |
D | list_hardware.py | 23 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/ |
D | stackcollapse.py | 60 inp = f.read()
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670_spi.c | 68 .read = icm42670_reg_read_spi,
|
/Zephyr-latest/drivers/sensor/ti/ina226/ |
D | Kconfig | 24 Note that enabling this option requires an extra I2C read when the
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150_spi.c | 89 .read = bmm150_reg_read_spi,
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_spi.c | 89 .read = bme280_reg_read_spi,
|
/Zephyr-latest/samples/sensor/fxas21002/ |
D | README.rst | 11 interrupt to read gyroscope data synchronously.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nucleo_h743zi.overlay | 23 read-size = <32>;
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 31 read-only;
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 89 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/ |
D | gatt.rst | 45 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/ |
D | stm32l562e_dk_stm32l562xx_ns.dts | 46 read-only;
|