Home
last modified time | relevance | path

Searched full:reads (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/drivers/disk/disk_performance/
DREADME.txt8 * Setup test: simply sets up the disk, and reads data such as the sector count
11 * Sequential read test: This test performs sequential reads, first only over one
14 * Random read test: This test performs random reads across the disk, each one
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.h27 * @brief Reads current value from a transceiver register
29 * This function reads the current value from a transceiver register.
85 * @brief Reads frame buffer of the transceiver
87 * This function reads the frame buffer of the transceiver.
111 * @brief Reads sram data from the transceiver
113 * This function reads the sram data of the transceiver.
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt19 * Read test: verify that single block reads work, followed by multiple
20 block reads. Ensure the subsystem will reject reads beyond the end of
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt19 * Read test: verify that single block reads work, followed by multiple
20 block reads. Ensure the subsystem will reject reads beyond the end of
/Zephyr-latest/include/zephyr/drivers/uart/
Dserial_test.h50 * Use cases involving multiple reads of the data must prevent
52 * being preempted or by using a mutex to govern reads.
66 * Reads the data without consuming it. Future calls to serial_vnd_peek_out_data() or
70 * Use cases involving multiple reads of the data must prevent
72 * being preempted or by using a mutex to govern reads.
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/
DREADME.txt14 The test then sets DAC to half its resolution and reads the ADC to see
20 property "reference-mv" from "zephyr,user" node. The test reads the ADC
/Zephyr-latest/dts/bindings/input/
Dxptek,xpt2046.yaml50 reads:
52 description: How many reads per touch to average the value
Dnintendo,nunchuk.yaml15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms.
/Zephyr-latest/subsys/sd/
DKconfig53 Number of times to retry SD OCR read command. OCR reads typically
80 Size in bytes of internal buffer SD card uses for unaligned reads and
81 internal data reads during initialization
/Zephyr-latest/tests/drivers/audio/dmic_api/src/
Dmain.c232 zassert_not_equal(ret, 0, "DMIC is paused, reads should timeout"); in ZTEST()
233 TC_PRINT("Queue drained after %d reads\n", i); in ZTEST()
237 /* Reads should not timeout now */ in ZTEST()
245 zassert_equal(ret, 0, "DMIC is active, reads should succeed"); in ZTEST()
246 TC_PRINT("%d reads completed\n", (2 * BLOCK_COUNT)); in ZTEST()
250 /* Versus a pause, DMIC reads should immediately stop once DMIC times in ZTEST()
257 /* Reads should not timeout now */ in ZTEST()
265 zassert_equal(ret, 0, "DMIC is active, reads should succeed"); in ZTEST()
266 TC_PRINT("%d reads completed\n", (2 * BLOCK_COUNT)); in ZTEST()
/Zephyr-latest/dts/bindings/mipi-dbi/
Dmipi-dbi-spi-device.yaml37 where the first spi transaction reads the length and the second spi transaction
38 reads length bytes.
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt19 these sector reads, the driver will read multiple times from the same memory
24 disk and reads it back to verify correctness. The test first performs writes
/Zephyr-latest/include/zephyr/sys/
Dring_buffer.h368 * Use cases involving multiple reads of the ring buffer must prevent
370 * being preempted or by using a mutex to govern reads to the ring buffer.
400 * Use cases involving multiple reads of the ring buffer must prevent
402 * being preempted or by using a mutex to govern reads to the ring buffer.
422 * This routine reads data from a ring buffer @a buf.
425 * Use cases involving multiple reads of the ring buffer must prevent
427 * being preempted or by using a mutex to govern reads to the ring buffer.
444 * This routine reads data from a ring buffer @a buf without removal.
447 * Use cases involving multiple reads of the ring buffer must prevent
449 * being preempted or by using a mutex to govern reads to the ring buffer.
[all …]
Dsys_io.h39 * This function reads a byte from the port.
60 * This function reads 16 bits from the port.
81 * This function reads 32 bits from the port.
163 * This function reads a byte from the given memory mapped register.
184 * This function reads 16 bits from the given memory mapped register.
206 * This function reads 32 bits from the given memory mapped register.
228 * This function reads 64 bits from the given memory mapped register.
/Zephyr-latest/include/zephyr/sd/
Dsdio.h66 * Reads byte from SDIO register
94 * Writes byte to SDIO register, and reads the register after write
110 * Reads bytes from SDIO register, treating it as a fifo. Reads will
144 * Reads blocks from SDIO register, treating it as a fifo. Reads will
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c26 uint16_t reads; member
135 /* Run number of reads and calculate average */ in xpt2046_work_handler()
136 int rounds = config->reads; in xpt2046_work_handler()
249 .reads = DT_INST_PROP(index, reads), \
263 BUILD_ASSERT(DT_INST_PROP(index, reads) > 0, "Number of reads must be at least one");
/Zephyr-latest/tests/subsys/sd/mmc/src/
Dmain.c60 /* Try simple reads from start of SD card */ in ZTEST()
68 /* Try a series of reads from the same block */ in ZTEST()
72 zassert_equal(ret, 0, "Multiple reads from same addr failed"); in ZTEST()
83 /* Verify that unaligned reads work */ in ZTEST()
103 /* Try a series of reads from the same block */ in ZTEST()
124 /* Test reads and writes interleaved, to verify data is making it on disk */
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform.h34 * Reads the requested number of bytes from the device
76 * Reads a single byte from the device
86 * Reads a single word (16-bit unsigned) from the device
96 * Reads a single double word (32-bit unsigned) from the device
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c399 /* Signal to server that reads are done */ in test_main_db_hash_read_eatt()
414 /* Wait until received response on both reads. When robust caching is implemented in test_main_out_of_sync_eatt()
436 /* Signal to server that reads are done */ in test_main_out_of_sync_eatt()
451 /* Wait until received response on both reads. When robust caching is implemented in test_main_retry_reads_eatt()
458 /* Retry the reads, these shall time out */ in test_main_retry_reads_eatt()
468 /* Signal to server that reads are done */ in test_main_retry_reads_eatt()
489 /* Signal to server that reads are done */ in test_main_db_hash_read_no_eatt()
514 /* Signal to server that reads are done */ in test_main_out_of_sync_no_eatt()
534 /* Signal to server that reads are done */ in test_main_retry_reads_no_eatt()
/Zephyr-latest/dts/bindings/spi/
Dspi-device.yaml59 where the first spi transaction reads the length and the second spi transaction
60 reads length bytes.
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DKconfig9 If enabled this reads the RTC then sets it so that uptime
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
Dsample.yaml2 description: the sample reads the received data from the Messaging Unit using the
/Zephyr-latest/tests/subsys/sd/sdmmc/src/
Dmain.c65 /* Try simple reads from start of SD card */ in ZTEST()
73 /* Try a series of reads from the same block */ in ZTEST()
77 zassert_equal(ret, 0, "Multiple reads from same addr failed"); in ZTEST()
88 /* Verify that unaligned reads work */ in ZTEST()
109 /* Try a series of reads from the same block */ in ZTEST()
131 /* Test reads and writes interleaved, to verify data is making it on disk */
/Zephyr-latest/drivers/can/
DKconfig.rcar21 Must be at least the size of concurrent reads.
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dbg.h17 * destructive reads are disabled, pending the respective module enable bit for

12345678910>>...13