Searched refs:read (Results 351 – 375 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 18 and used to store ECC syndrome data. IBECC converts read / write transactions 24 errors on the read path.
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 103 It will print the sum of the read bytes and return to the shell: 107 Number of bytes read: 75960
|
/Zephyr-latest/include/zephyr/drivers/ |
D | adc.h | 704 adc_api_read read; member 777 return DEVICE_API_GET(adc, dev)->read(dev, sequence); in z_impl_adc_read()
|
/Zephyr-latest/boards/arduino/nano_33_ble/ |
D | arduino_nano_33_ble-common.dtsi | 120 read-only; 126 read-only;
|
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/ |
D | sam4s_xplained.dts | 224 atmel,smc-read-mode = "nrd"; 234 atmel,smc-read-mode = "nrd";
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc1200.h | 65 bool z_cc1200_access_reg(const struct device *dev, bool read, uint8_t addr,
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 32 during handling of all stat read commands. If a stat group's name
|
/Zephyr-latest/subsys/modem/backends/ |
D | modem_backend_tty.c | 88 ret = read(backend->tty_fd, buf, size); in modem_backend_tty_receive()
|
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 82 out_file_dirs = out_file_fo.read()
|
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | Kconfig | 48 int "Number of status read retries"
|
/Zephyr-latest/samples/sensor/bmi270/ |
D | README.rst | 5 Configure and read accelerometer and gyroscope data from a BMI270 sensor.
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 4 Use console_getchar() to read an input character from the console.
|
/Zephyr-latest/samples/subsys/console/getline/ |
D | README.rst | 4 Use console_getline() to read an input line from the console.
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | sltb010a.dts | 81 read-only;
|
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 11 the ability to read and write from the memory mapped region.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 13 The BLOB Flash Reader interacts with the BLOB Transfer Client to read BLOB data directly from flash.
|
/Zephyr-latest/include/zephyr/sys/ |
D | fdtable.h | 60 ssize_t (*read)(void *obj, void *buf, size_t sz); member
|
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/ |
D | README.rst | 19 to be bonded, while a read can be done immediately after a connection
|
/Zephyr-latest/lib/os/zvfs/ |
D | Kconfig | 23 like read, write and poll.
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 46 set-read-delay-ms = <20>;
|
/Zephyr-latest/scripts/west_commands/ |
D | bindesc.py | 219 return bin_file.read() 226 return convert_from_uf2(self, uf2_file.read()) 292 header = f.read(1024)
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 24 they won't be able to read or modify the current IRQ locking status. 26 An additional test case verifies that null pointer dereferencing (read) 28 the read is attempted by privileged code.
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_rndis.c | 288 uint32_t len, read; in rndis_bulk_out() local 300 usb_read(ep, rx_buf, len, &read); in rndis_bulk_out() 301 if (len != read) { in rndis_bulk_out() 303 read, len); in rndis_bulk_out() 304 rndis.skip_bytes = len - read; in rndis_bulk_out()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig | 76 If enabled, instruction cache will use wrap mode to read spi flash or spi ram. 144 If enabled, data cache will use wrap mode to read spi flash or spi ram.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 75 sha256 = hashlib.sha256(f.read().encode("utf-8")) 159 content = f.read()
|
1...<<11121314151617181920>>...43