Home
last modified time | relevance | path

Searched refs:read (Results 326 – 350 of 1064) sorted by relevance

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

/Zephyr-latest/tests/drivers/mspi/flash/boards/
Dapollo3p_evb.overlay39 read-command = <0x0B>;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts20 ahb-read-addr-opt;
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts20 ahb-read-addr-opt;
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h48 #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/
Dfxas21002.c95 .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/
Dvirtual_memory.rst142 * ``.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/
DKconfig.fatfs22 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/
Dcavstool.py219 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/
Dsyscon.c125 .read = syscon_generic_read_reg,
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670.h40 icm42670_reg_read_fn read; member
/Zephyr-latest/drivers/sensor/ti/ina23x/
DKconfig39 Note that enabling this option requires an extra I2C read when
/Zephyr-latest/drivers/mdio/
Dmdio_nxp_imx_netc.c84 .read = nxp_imx_netc_mdio_read,
/Zephyr-latest/drivers/retained_mem/
Dretained_mem_nrf_gpregret.c112 .read = nrf_gpregret_read,
Dretained_mem_zephyr_ram.c113 .read = zephyr_retained_mem_ram_read,
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/
DREADME.rst9 This sample is provided as an example of how to read the temperature
/Zephyr-latest/boards/weact/usb2canfdv1/
Dusb2canfdv1.dts101 read-only;
/Zephyr-latest/drivers/display/
DKconfig.ili9xxx18 the requirement to bitshift data read from the ILI9XXX. Note the
/Zephyr-latest/boards/silabs/radio_boards/slwrb4161a/
Dslwrb4161a.dts30 read-only;
/Zephyr-latest/modules/mbedtls/
Dcreate_psa_files.py115 file_content = input_file.read()
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_transport.h59 transport_read_handler_t read; member
/Zephyr-latest/boards/others/candlelightfd/
Dcandlelightfd.dtsi94 read-only;
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dnrf52840dk_nrf52840_npm6001.overlay19 set-read-delay-ms = <1>;
/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst12 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/
DKconfig36 Size of the buffer used for EEPROM read/write commands in
123 prompt "Minimum read time (µS)"
/Zephyr-latest/include/zephyr/drivers/
Dflash.h206 flash_api_read read; member
255 return api->read(dev, offset, data, len); in z_impl_flash_read()

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