Searched refs:read (Results 251 – 275 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_ram_backend.c | 83 .read = test_flash_ram_read,
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | frdm_mcxn947_mcxn947_cpu0.overlay | 17 set-read-delay-ms = <1>;
|
D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 17 set-read-delay-ms = <1>;
|
D | frdm_mcxn236.overlay | 17 set-read-delay-ms = <1>;
|
D | frdm_mcxw71.overlay | 17 set-read-delay-ms = <1>;
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_qspi.dts | 20 ahb-read-addr-opt;
|
/Zephyr-latest/subsys/disk/ |
D | disk_access.c | 100 (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/ |
D | dummy_driver.c | 100 .read = dummy_read,
|
/Zephyr-latest/drivers/adc/ |
D | adc_handlers.c | 58 K_OOPS(K_SYSCALL_DRIVER_ADC(dev, read)); in z_vrfy_adc_read()
|
D | adc_ltc2451.c | 92 .read = ltc2451_read_latest_conversion,
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4104a/ |
D | slwrb4104a.dts | 30 read-only;
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4170a/ |
D | slwrb4170a.dts | 30 read-only;
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_lpc11u6x.c | 105 .read = eeprom_lpc11u6x_read,
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 38 /* pins out of sequence to test non direct read */
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_qspi.dts | 22 ahb-read-addr-opt;
|
/Zephyr-latest/tests/subsys/sd/sdio/ |
D | README.txt | 14 * Read test: verify that a read from the SDIO common card register area returns
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_rcar.c | 139 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/ |
D | bmi270_spi.c | 97 .read = bmi270_reg_read_spi,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_cli.rst | 6 The Health Client model interacts with a Health Server model to read out
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_xec.c | 78 .read = bbram_xec_read,
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig | 90 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/ |
D | message_queues.rst | 162 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/ |
D | Kconfig | 42 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/ |
D | README.rst | 36 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/ |
D | w5500_evb_pico.dts | 100 read-only; 110 read-only;
|
1...<<11121314151617181920>>...43