Home
last modified time | relevance | path

Searched refs:read (Results 26 – 50 of 1064) sorted by relevance

12345678910>>...43

/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/
DKconfig10 int "delay in ms for read"
14 add dealy in read.
/Zephyr-latest/tests/drivers/build_all/eeprom/
Dapp.overlay45 /* read-only; */
55 /* read-only; */
68 read-only;
93 /* read-only; */
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_s32_gmac17 int "Timeout for read/write operations in milliseconds"
20 Timeout (in milliseconds) for read/write operations over MDIO.
Dmdio_adin2111.c136 uint32_t read; in mdio_adin2111_read() local
147 ret = mdio_adin2111_wait_ready(dev, ADIN2111_MDIOACC0, &read); in mdio_adin2111_read()
148 *data = read & UINT16_MAX; in mdio_adin2111_read()
191 .read = mdio_adin2111_read,
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py221 fw_arm_entry_byte = input_file.read(4)
226 fw_arm_entry_byte = input_file.read(4)
285 fw_arm_entry_byte = input_file.read(4)
290 fw_arm_entry_byte = input_file.read(4)
317 for byte_block in iter(lambda: f.read(4096), b""):
354 for byte_block in iter(lambda: f.read(4096), b""):
462 seg1_start = int.from_bytes(output_file.read(4), "little")
464 seg1_size = int.from_bytes(output_file.read(4), "little")
467 seg1_data = output_file.read(seg1_size)
484 for byte_block in iter(lambda: output_file.read(4096), b""):
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c98 int read = 0; in edtt_read() local
109 read += received_bytes; in edtt_read()
124 return read; in edtt_read()
242 int received_bytes = read(fifo[TO_DEVICE], bufptr, size); in fifo_low_level_read()
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst5 Write data into scratch area and read it using flash API and memory-mapped pointer.
11 and data address spaces. This mapping works only for read operations. It is not possible to modify
46 Next, it prints that region content using flash API read and also using memory-mapped pointer.
55 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer
59 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using flash API
62 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c70 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
99 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
128 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
157 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
185 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
215 ret = read(fd, &data, sizeof(data)); in test_file_open_flags()
/Zephyr-latest/subsys/bluetooth/audio/
Dccid.c29 if (attr->read != NULL) { in ccid_attr_cb()
33 res = attr->read(NULL, attr, &ccid, sizeof(ccid), 0); in ccid_attr_cb()
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst10 which can be used for event notification. The returned file descriptor is used with write/read calls
11 and write/read values are output to the console.
44 About to read
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/
DREADME.txt7 read on an ADC one. If they match, the test passes.
9 - Reference voltage: an ADC channel is read and compared to an expected
15 if they match. Note that DAC and ADC are expected to generate/read
/Zephyr-latest/subsys/fs/
Dshell.c336 ssize_t read; in cmd_read() local
340 read = fs_read(&file, buf, MIN(count, sizeof(buf))); in cmd_read()
341 if (read <= 0) { in cmd_read()
347 for (i = 0; i < read; i++) { in cmd_read()
356 for (i = 0; i < read; i++) { in cmd_read()
363 offset += read; in cmd_read()
364 count -= read; in cmd_read()
379 ssize_t read; in cmd_cat() local
405 read = fs_read(&file, buf, sizeof(buf)); in cmd_cat()
406 if (read <= 0) { in cmd_cat()
[all …]
/Zephyr-latest/include/zephyr/llext/
Dloader.h64 int (*read)(struct llext_loader *ldr, void *out, size_t len); member
117 return l->read(l, buf, len); in llext_read()
/Zephyr-latest/tests/subsys/zbus/integration/src/
Dmain.c294 struct action_msg read; in ZTEST() local
297 int err = zbus_chan_read(&busy_chan, &read, K_NO_WAIT); in ZTEST()
301 zassert_equal(read.status, 0, "Read status must be false"); in ZTEST()
312 err = zbus_chan_read(&busy_chan, &read, K_MSEC(200)); in ZTEST()
321 err = zbus_chan_read(&busy_chan, &read, K_MSEC(2000)); in ZTEST()
324 zassert_equal(read.status, true, "Read status must be false"); in ZTEST()
330 struct action_msg read = {.status = true}; in ZTEST() local
344 err = zbus_chan_read(&start_measurement_chan, &read, K_NO_WAIT); in ZTEST()
346 zassert_equal(read.status, false, in ZTEST()
/Zephyr-latest/subsys/shell/backends/
Dshell_dummy.c79 static int read(const struct shell_transport *transport, in read() function
98 .read = read
Dshell_adsp_memory_window.c103 static int read(const struct shell_transport *transport, in read() function
121 .read = read
/Zephyr-latest/modules/nrf_wifi/bus/
Ddevice.c26 .read = qspi_read,
32 .read = spim_read,
/Zephyr-latest/dts/common/nordic/
Dnrf52840_partition_uf2_sdv7.dtsi33 read-only;
48 read-only;
Dnrf52840_partition_uf2_sdv6.dtsi35 read-only;
50 read-only;
/Zephyr-latest/samples/drivers/rtc/
DREADME.rst5 Set and read the date/time from a Real-Time Clock.
11 to set and read the date/time from RTC and display on the console
/Zephyr-latest/subsys/sd/
DKconfig50 int "Number of times to retry SD OCR read"
53 Number of times to retry SD OCR read command. OCR reads typically
73 # If MMC is being used, need 512 bytes to read EXT_CSD
75 # If SDIO is being used, need 512 bytes to read FUNC0 CIS
77 # Otherwise, we only need 64 bytes to read SD switch function
/Zephyr-latest/include/zephyr/drivers/
Deeprom.h65 eeprom_api_read read; member
91 return api->read(dev, offset, data, len); in z_impl_eeprom_read()
Dbbram.h80 bbram_api_read_t read; member
191 if (!api->read) { in z_impl_bbram_read()
195 return api->read(dev, offset, size, data); in z_impl_bbram_read()
/Zephyr-latest/samples/bluetooth/central_otc/
DREADME.rst12 And this sample is to select object sequentially, to read metadata, to write data,
13 to read data, and to calculate checksum of selected objects.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst1 .. _sensor-read-and-decode:
36 * Starting a read for sensors directly from an interrupt handler. No dedicated
38 variable latency. Starting a read for multiple sensors simultaneously from a
56 * Sensor FIFOs supported by wiring up FIFO triggers to read data into
83 One of the benefits of Read and Decode is the ability to concurrently read many
84 sensors with many channels in one thread. Effectively read requests are started
85 asynchronously for all sensors and their channels. When each read completes we

12345678910>>...43