Searched refs:read (Results 301 – 325 of 1064) sorted by relevance
1...<<11121314151617181920>>...43
/Zephyr-latest/drivers/sensor/nxp/fxls8974/ |
D | fxls8974.c | 91 .read = fxls8974_read_spi, 137 .read = fxls8974_read_i2c, 250 if (cfg->ops->read(dev, FXLS8974_REG_OUTXLSB, buf, FXLS8974_MAX_ACCEL_BYTES)) { in fxls8974_sample_fetch() 433 if (cfg->ops->read(dev, FXLS8974_REG_CTRLREG1, regVal, 5)) { in fxls8974_print_config()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_handlers.c | 53 K_OOPS(K_SYSCALL_DRIVER_I2S(dev, read)); in z_vrfy_i2s_buf_read()
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | log_parser.py | 98 logdata = logfile.read()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | fifo_mock.py | 42 def read(self): member in FifoFile
|
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/ |
D | mmc56x3.h | 35 mmc56x3_reg_read_fn read; member
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig | 23 read/write.
|
D | mdio_nxp_s32_netc.c | 71 .read = nxp_s32_mdio_read,
|
/Zephyr-latest/boards/shields/pmod_sd/doc/ |
D | index.rst | 9 The Digilent Pmod SD (Revision B) allows system boards to read from and write to SD cards.
|
/Zephyr-latest/drivers/retained_mem/ |
D | retained_mem_zephyr_reg.c | 114 .read = zephyr_retained_mem_reg_read,
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4250b/ |
D | slwrb4250b.dts | 53 read-only;
|
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 9 There are two ways to transmit data, using the 'low' level read/write API or
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | kscan.rst | 18 drivers read the rows while applying power through the columns one at a time
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | b_u585i_iot02a_stm32u585xx_ns.dts | 45 read-only;
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.lmp90xxx | 42 the data read from the LMP90xxx.
|
/Zephyr-latest/samples/drivers/memc/boards/ |
D | apollo3p_evb.overlay | 44 read-command = <0xEB>;
|
/Zephyr-latest/samples/drivers/mspi/mspi_async/boards/ |
D | apollo3p_evb.overlay | 44 read-command = <0xEB>;
|
/Zephyr-latest/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 44 Data read matches data written. Good!
|
/Zephyr-latest/samples/drivers/spi_flash/ |
D | README.rst | 47 Data read matches data written. Good!
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/ |
D | shared_kernel_pages.ld | 14 * no sensitive data should be here as Meltdown exploits may read it.
|
/Zephyr-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 13 provides two Bluetooth LE characteristics. To perform write, devices need to be bonded, while read
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/ |
D | nucleo_l552ze_q_stm32l552xx_ns.dts | 48 read-only;
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_it8xxx2.c | 71 .read = bbram_it8xxx2_read,
|
/Zephyr-latest/boards/fysetc/ucan/ |
D | ucan.dts | 89 read-only;
|
/Zephyr-latest/boards/others/candlelight/ |
D | candlelight.dts | 89 read-only;
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 70 spi_data = fbin.read()
|
1...<<11121314151617181920>>...43