Home
last modified time | relevance | path

Searched refs:reads (Results 1 – 25 of 94) sorted by relevance

1234

/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/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/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/drivers/input/
Dinput_xpt2046.c26 uint16_t reads; member
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/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/samples/drivers/counter/maxim_ds3231/
DKconfig9 If enabled this reads the RTC then sets it so that uptime
/Zephyr-latest/drivers/can/
DKconfig.rcar21 Must be at least the size of concurrent reads.
DKconfig.native_linux29 Must be at least the size of concurrent reads.
DKconfig.mcp251536 Must be at least the size of concurrent reads.
DKconfig.loopback21 Must be at least the size of concurrent reads.
/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/samples/sensor/co2_polling/
DREADME.rst15 This sample reads the CO2 sensor and print the values continuously.
/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/samples/sensor/soc_voltage/
DREADME.rst10 This sample reads one or more of the various voltage sensors an SoC might have and
/Zephyr-latest/samples/sensor/amg88xx/
DREADME.rst10 This sample application periodically reads the 8x8 temperature array from
/Zephyr-latest/samples/sensor/die_temp_polling/
DREADME.rst10 This sample periodically reads temperature from the CPU Die
/Zephyr-latest/samples/sensor/lps22hb/
DREADME.rst9 This sample periodically reads pressure from the LPS22HB MEMS pressure
/Zephyr-latest/samples/sensor/veaa_x_3/
DREADME.rst15 This sample sets the valve setpoint then reads the actual pressure.
/Zephyr-latest/tests/subsys/sd/sdio/
DREADME.txt5 devices. Note that this test will only perform basic reads from the SDIO card
/Zephyr-latest/samples/sensor/hts221/
DREADME.rst9 This sample periodically reads temperature and humidity from the HTS221
/Zephyr-latest/samples/sensor/magn_trig/
DREADME.rst9 Sample application that reads magnetometer (X, Y, Z) data from
/Zephyr-latest/samples/sensor/lps22hh/
DREADME.rst9 This sample periodically reads pressure from the LPS22HH MEMS pressure
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
69 Polling reads with `Read and Decode`_ can be accomplished by instantiating a
71 channels to poll. Requesting either blocking or non-blocking reads, then
/Zephyr-latest/samples/sensor/lsm303dlhc/
DREADME.rst10 This sample application periodically reads magnetometer and accelerometer data
/Zephyr-latest/samples/sensor/magn_polling/
DREADME.rst10 Sample application that periodically reads magnetometer (X, Y, Z) data from

1234