Searched refs:read (Results 326 – 350 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/tests/drivers/mspi/flash/boards/ |
D | apollo3p_evb.overlay | 39 read-command = <0x0B>;
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 20 ahb-read-addr-opt;
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 20 ahb-read-addr-opt;
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | soc_espi_saf_v2.h | 48 #define MCHP_SAF_CS_CLK_DIV(read, other) \ argument 49 (((uint32_t)(read) & 0xffffu) | (((uint32_t)(other) & 0xffffu) << 16))
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.c | 95 .read = fxas21002_read_spi, 141 .read = fxas21002_read_i2c, 166 if (config->ops->read(dev, FXAS21002_REG_OUTXMSB, buffer, in fxas21002_sample_fetch()
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 142 * ``.text`` section is read-only and executable. It is accessible in 145 * ``.rodata`` section is read-only and non-executable. It is accessible 149 read-write and non-executable. They are only accessible in kernel mode. 151 * Stacks for user mode threads are automatically granted read-write access
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 22 Select this when using FAT for read-only access to slightly 207 Value set here will be used as maximum supported read/write 209 Option affects write/read granularity and will increase 242 used for device's read/write operations. MMC controllers may 243 require read/write buffer to start at memory address with
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 219 did = int(open(f"{pcidir}/device").read().rstrip(), 16) 356 pent = pagemap.read(8) 398 fw_bytes = open(fw_file, "rb").read() 498 fw_bytes = open(fw_file, "rb").read() 778 msg = os.read(shell_client_port, 1) 857 for (i, val) in enumerate(hda_str.mem.read(256)): 885 buf_data0 = hda_str.mem.read(read_lens[0]) 890 buf_data1 = hda_str.mem.read(read_lens[1])
|
/Zephyr-latest/drivers/syscon/ |
D | syscon.c | 125 .read = syscon_generic_read_reg,
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670.h | 40 icm42670_reg_read_fn read; member
|
/Zephyr-latest/drivers/sensor/ti/ina23x/ |
D | Kconfig | 39 Note that enabling this option requires an extra I2C read when
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_imx_netc.c | 84 .read = nxp_imx_netc_mdio_read,
|
/Zephyr-latest/drivers/retained_mem/ |
D | retained_mem_nrf_gpregret.c | 112 .read = nrf_gpregret_read,
|
D | retained_mem_zephyr_ram.c | 113 .read = zephyr_retained_mem_ram_read,
|
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/ |
D | README.rst | 9 This sample is provided as an example of how to read the temperature
|
/Zephyr-latest/boards/weact/usb2canfdv1/ |
D | usb2canfdv1.dts | 101 read-only;
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.ili9xxx | 18 the requirement to bitshift data read from the ILI9XXX. Note the
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4161a/ |
D | slwrb4161a.dts | 30 read-only;
|
/Zephyr-latest/modules/mbedtls/ |
D | create_psa_files.py | 115 file_content = input_file.read()
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport.h | 59 transport_read_handler_t read; member
|
/Zephyr-latest/boards/others/candlelightfd/ |
D | candlelightfd.dtsi | 94 read-only;
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | nrf52840dk_nrf52840_npm6001.overlay | 19 set-read-delay-ms = <1>;
|
/Zephyr-latest/samples/sensor/fdc2x1x/ |
D | README.rst | 12 to read the 12-Bit and 28-Bit, as well as the 2-Channel and 4-Channel versions 45 This sample outputs sensor data to the console and can be read by any serial
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 36 Size of the buffer used for EEPROM read/write commands in 123 prompt "Minimum read time (µS)"
|
/Zephyr-latest/include/zephyr/drivers/ |
D | flash.h | 206 flash_api_read read; member 255 return api->read(dev, offset, data, len); in z_impl_flash_read()
|
1...<<11121314151617181920>>...43