Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 1064) sorted by relevance

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

/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_ram_backend.c83 .read = test_flash_ram_read,
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dfrdm_mcxn947_mcxn947_cpu0.overlay17 set-read-delay-ms = <1>;
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay17 set-read-delay-ms = <1>;
Dfrdm_mcxn236.overlay17 set-read-delay-ms = <1>;
Dfrdm_mcxw71.overlay17 set-read-delay-ms = <1>;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_qspi.dts20 ahb-read-addr-opt;
/Zephyr-latest/subsys/disk/
Ddisk_access.c100 (disk->ops->read != NULL)) { in disk_access_read()
101 rc = disk->ops->read(disk, data_buf, start_sector, num_sector); in disk_access_read()
/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_driver.c100 .read = dummy_read,
/Zephyr-latest/drivers/adc/
Dadc_handlers.c58 K_OOPS(K_SYSCALL_DRIVER_ADC(dev, read)); in z_vrfy_adc_read()
Dadc_ltc2451.c92 .read = ltc2451_read_latest_conversion,
/Zephyr-latest/boards/silabs/radio_boards/slwrb4104a/
Dslwrb4104a.dts30 read-only;
/Zephyr-latest/boards/silabs/radio_boards/slwrb4170a/
Dslwrb4170a.dts30 read-only;
/Zephyr-latest/drivers/eeprom/
Deeprom_lpc11u6x.c105 .read = eeprom_lpc11u6x_read,
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay38 /* pins out of sequence to test non direct read */
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_qspi.dts22 ahb-read-addr-opt;
/Zephyr-latest/tests/subsys/sd/sdio/
DREADME.txt14 * Read test: verify that a read from the SDIO common card register area returns
/Zephyr-latest/drivers/i2c/
Di2c_rcar.c139 uint8_t chip, uint8_t read) in i2c_rcar_set_addr() argument
144 i2c_rcar_write(config, RCAR_I2C_ICMAR, (chip << 1) | read); in i2c_rcar_set_addr()
151 if (read != 0) { in i2c_rcar_set_addr()
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c97 .read = bmi270_reg_read_spi,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_cli.rst6 The Health Client model interacts with a Health Server model to read out
/Zephyr-latest/drivers/bbram/
Dbbram_xec.c78 .read = bbram_xec_read,
/Zephyr-latest/drivers/flash/
DKconfig90 bool "Provide API to read JESD216 flash parameters"
104 write, read and erase.
109 bool "Flash read/write/erase test commands"
113 read/write/erase tests with speed output.
122 maximum size that can be used with a read/write test.
/Zephyr-latest/doc/kernel/services/data_passing/
Dmessage_queues.rst162 A data item is read from a message queue by calling :c:func:`k_msgq_peek`.
164 The following code peeks into the message queue to read the data item at the
174 /* read a data item by peeking into the queue */
191 while a data item is written or read. The time to write or read a data item
/Zephyr-latest/soc/espressif/esp32/
DKconfig42 time to pass between power on and first read operation. By default,
49 If you are seeing "flash read err, 1000" message printed to the
/Zephyr-latest/samples/subsys/edac/
DREADME.rst36 After the application has started help can be read with the following
49 Help for subcommand info can be read with:
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dw5500_evb_pico.dts100 read-only;
110 read-only;

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