Home
last modified time | relevance | path

Searched refs:read (Results 351 – 375 of 1064) sorted by relevance

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

/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst18 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/
DREADME.rst103 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/
Dadc.h704 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/
Darduino_nano_33_ble-common.dtsi120 read-only;
126 read-only;
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/
Dsam4s_xplained.dts224 atmel,smc-read-mode = "nrd";
234 atmel,smc-read-mode = "nrd";
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc1200.h65 bool z_cc1200_access_reg(const struct device *dev, bool read, uint8_t addr,
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig32 during handling of all stat read commands. If a stat group's name
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_tty.c88 ret = read(backend->tty_fd, buf, size); in modem_backend_tty_receive()
/Zephyr-latest/scripts/build/
Dsubfolder_list.py82 out_file_dirs = out_file_fo.read()
/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig48 int "Number of status read retries"
/Zephyr-latest/samples/sensor/bmi270/
DREADME.rst5 Configure and read accelerometer and gyroscope data from a BMI270 sensor.
/Zephyr-latest/samples/subsys/console/getchar/
DREADME.rst4 Use console_getchar() to read an input character from the console.
/Zephyr-latest/samples/subsys/console/getline/
DREADME.rst4 Use console_getline() to read an input line from the console.
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dsltb010a.dts81 read-only;
/Zephyr-latest/samples/drivers/memc/
DREADME.rst11 the ability to read and write from the memory mapped region.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_flash.rst13 The BLOB Flash Reader interacts with the BLOB Transfer Client to read BLOB data directly from flash.
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h60 ssize_t (*read)(void *obj, void *buf, size_t sz); member
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/
DREADME.rst19 to be bonded, while a read can be done immediately after a connection
/Zephyr-latest/lib/os/zvfs/
DKconfig23 like read, write and poll.
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay46 set-read-delay-ms = <20>;
/Zephyr-latest/scripts/west_commands/
Dbindesc.py219 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/
DREADME.txt24 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/
Dfunction_rndis.c288 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/
DKconfig76 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/
Ddoxyrunner.py75 sha256 = hashlib.sha256(f.read().encode("utf-8"))
159 content = f.read()

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