Searched refs:reads (Results 1 – 25 of 94) sorted by relevance
1234
/Zephyr-latest/tests/drivers/disk/disk_performance/ |
D | README.txt | 8 * 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/ |
D | README.txt | 19 * 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/ |
D | README.txt | 19 * 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/ |
D | input_xpt2046.c | 26 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/ |
D | README.txt | 14 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/ |
D | Kconfig | 9 If enabled this reads the RTC then sets it so that uptime
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.rcar | 21 Must be at least the size of concurrent reads.
|
D | Kconfig.native_linux | 29 Must be at least the size of concurrent reads.
|
D | Kconfig.mcp2515 | 36 Must be at least the size of concurrent reads.
|
D | Kconfig.loopback | 21 Must be at least the size of concurrent reads.
|
/Zephyr-latest/subsys/sd/ |
D | Kconfig | 53 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/ |
D | README.rst | 15 This sample reads the CO2 sensor and print the values continuously.
|
/Zephyr-latest/tests/drivers/disk/disk_access/ |
D | README.txt | 19 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/ |
D | README.rst | 10 This sample reads one or more of the various voltage sensors an SoC might have and
|
/Zephyr-latest/samples/sensor/amg88xx/ |
D | README.rst | 10 This sample application periodically reads the 8x8 temperature array from
|
/Zephyr-latest/samples/sensor/die_temp_polling/ |
D | README.rst | 10 This sample periodically reads temperature from the CPU Die
|
/Zephyr-latest/samples/sensor/lps22hb/ |
D | README.rst | 9 This sample periodically reads pressure from the LPS22HB MEMS pressure
|
/Zephyr-latest/samples/sensor/veaa_x_3/ |
D | README.rst | 15 This sample sets the valve setpoint then reads the actual pressure.
|
/Zephyr-latest/tests/subsys/sd/sdio/ |
D | README.txt | 5 devices. Note that this test will only perform basic reads from the SDIO card
|
/Zephyr-latest/samples/sensor/hts221/ |
D | README.rst | 9 This sample periodically reads temperature and humidity from the HTS221
|
/Zephyr-latest/samples/sensor/magn_trig/ |
D | README.rst | 9 Sample application that reads magnetometer (X, Y, Z) data from
|
/Zephyr-latest/samples/sensor/lps22hh/ |
D | README.rst | 9 This sample periodically reads pressure from the LPS22HH MEMS pressure
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 40 * 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/ |
D | README.rst | 10 This sample application periodically reads magnetometer and accelerometer data
|
/Zephyr-latest/samples/sensor/magn_polling/ |
D | README.rst | 10 Sample application that periodically reads magnetometer (X, Y, Z) data from
|
1234