Home
last modified time | relevance | path

Searched refs:read (Results 1001 – 1025 of 1064) sorted by relevance

1...<<414243

/Zephyr-latest/boards/ezurio/bt610/doc/
Dbt610.rst386 external digital input level can be read from the appropriate input pin.
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py185 sanitized_path = file.read()
710 assert datafile.read() == expected_edt
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst436 * One MPU region programs the entire flash area as read-execute.
499 * a read-only region for the MPU stack guard
/Zephyr-latest/doc/build/kconfig/
Dtips.rst173 Liberal use of ``select`` also tends to make Kconfig files harder to read, both
480 read back in by Kconfig. In reality, all assignments to hidden symbols in
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst478 A driver is provided to read input events from a Linux evdev input device and
561 ``uart_poll_in``) to write and read characters to and from a connected serial
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c1165 .read = i2s_mcux_read,
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c889 .read = flash_stm32_qspi_read,
Dspi_nor.c1676 .read = spi_nor_read,
/Zephyr-latest/drivers/net/
Dnsos_sockets.c1375 .read = nsos_read,
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst207 Specification), when the later will read the given data, encrypt them and then add the generated
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst13 while you focus on adding value to your product. It is possible to read more
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst167 read(),yes
/Zephyr-latest/boards/snps/hsdk/doc/
Dindex.rst227 read though SPI0 using SPI chip select 1.
/Zephyr-latest/boards/snps/hsdk4xd/doc/
Dindex.rst224 read though SPI0 using SPI chip select 1.
/Zephyr-latest/doc/build/dts/api/
Dapi.rst56 Property values can be read using these macros even if the node is disabled,
/Zephyr-latest/drivers/adc/
Dadc_stm32.c1676 .read = adc_stm32_read,
Dadc_ads114s0x.c1477 .read = ads114s0x_read,
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and
589 * Improved the ADC read efficiency and validation in ad559x driver.
1101 * Added a channel specifier to the new read/decoder API.
1102 * Added a blocking sensor read call :c:func:`sensor_read`.
Drelease-notes-1.9.rst305 * ``ZEP-2367`` - NULL pointer read in udp, tcp, context net tests
Dmigration-guide-3.7.rst861 used to read the inner IPv4/IPv6 packets in an IP tunnel. This incoming tunnel read is now
/Zephyr-latest/kernel/
DKconfig863 This option allows the kernel to operate with its text and read-only
864 sections residing in ROM (or similar read-only memory). Not all boards
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst26 read operation is very fast. The expectation is that very sensitive
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst71 A good first step is to read out the node's own composition data::
1186 * ``AreaID``: Flash area ID to write/read the BLOB to/from.
1875 * ``StartIdx``: Start offset in units of pairs of NetKey indexes to read.
1884 * ``StartIdx``: Start offset to read in units of Bridging Table state entries.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst450 … - The value of an object with automatic storage duration shall not be read before it has been set
1055 … - The same file shall not be open for read and write access at the same time on different streams
1062 - There shall be no attempt to write to a stream which has been opened as read-only
/Zephyr-latest/drivers/modem/
Dublox-sara-r4.c1924 .read = offload_read,

1...<<414243