Searched refs:read (Results 376 – 400 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/doc/ |
D | index.rst | 80 The nRF5340 has a flash read-back protection feature. When flash read-back
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_esp32.c | 126 .read = mdio_esp32_read,
|
/Zephyr-latest/drivers/flash/ |
D | flash_esp32.c | 165 .read = flash_esp32_read,
|
D | soc_flash_rv32m1.c | 138 .read = flash_mcux_read,
|
D | flash_cadence_qspi_nor.c | 115 .read = flash_cad_read,
|
D | soc_flash_nrf_mram.c | 179 .read = nrf_mram_read,
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680_spi.c | 143 .read = bme680_reg_read_spi,
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 66 read-size = <16>;
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/ |
D | README.rst | 12 and on timer expiry, message is read by main thread.
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/ |
D | README.rst | 12 and on timer expiry, message is read by main thread.
|
/Zephyr-latest/samples/arch/mpu/mpu_test/src/ |
D | main.c | 156 SHELL_CMD(read, NULL, READ_CMD_HELP, cmd_read),
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 21 * Request test: Make a request to read the card interface condition,
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m7.dts | 79 read-only;
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 25 This page is a mandatory read for first-time contributors as it contains important information on 30 This document is another mandatory read that describes the expected behavior of *all*
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.npcx | 78 This is the setting to use auto mode for eSPI TAF read. 83 This is the setting to use manual mode for eSPI TAF read.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_assistant.c | 369 struct bt_gatt_read_params *read, in broadcast_assistant_bap_ntf_read_func() argument 373 uint16_t handle = read->single.handle; in broadcast_assistant_bap_ntf_read_func() 385 memset(read, 0, sizeof(*read)); in broadcast_assistant_bap_ntf_read_func() 397 memset(read, 0, sizeof(*read)); in broadcast_assistant_bap_ntf_read_func() 410 memset(read, 0, sizeof(*read)); in broadcast_assistant_bap_ntf_read_func()
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.h | 68 int (*read)(const struct device *dev, member
|
/Zephyr-latest/samples/sensor/qdec/ |
D | README.rst | 66 Of course the read value changes once the user manually rotates the mechanical
|
/Zephyr-latest/cmake/modules/ |
D | arch_v2.cmake | 31 # (read: multi-core and multi-arch SoC).
|
/Zephyr-latest/drivers/disk/ |
D | mmc_subsys.c | 105 .read = disk_mmc_access_read,
|
D | sdmmc_subsys.c | 109 .read = disk_sdmmc_access_read,
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.stm32_ltdc | 60 Disable FMC bank1 if not used to prevent speculative read accesses.
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | xg27_dk2602a.dts | 85 read-only;
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.cpp | 91 r = ::read(fd, buf, len); in read_virt()
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_emul.c | 127 .read = bbram_emul_read,
|
1...<<11121314151617181920>>...43