Searched refs:read (Results 1001 – 1025 of 1064) sorted by relevance
1...<<414243
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 386 external digital input level can be read from the appropriate input pin.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 185 sanitized_path = file.read() 710 assert datafile.read() == expected_edt
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 436 * 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/ |
D | tips.rst | 173 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/ |
D | index.rst | 478 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/ |
D | i2s_mcux_sai.c | 1165 .read = i2s_mcux_read,
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 889 .read = flash_stm32_qspi_read,
|
D | spi_nor.c | 1676 .read = spi_nor_read,
|
/Zephyr-latest/drivers/net/ |
D | nsos_sockets.c | 1375 .read = nsos_read,
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 207 Specification), when the later will read the given data, encrypt them and then add the generated
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 13 while you focus on adding value to your product. It is possible to read more
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 167 read(),yes
|
/Zephyr-latest/boards/snps/hsdk/doc/ |
D | index.rst | 227 read though SPI0 using SPI chip select 1.
|
/Zephyr-latest/boards/snps/hsdk4xd/doc/ |
D | index.rst | 224 read though SPI0 using SPI chip select 1.
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 56 Property values can be read using these macros even if the node is disabled,
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 1676 .read = adc_stm32_read,
|
D | adc_ads114s0x.c | 1477 .read = ads114s0x_read,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 29 :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`.
|
D | release-notes-1.9.rst | 305 * ``ZEP-2367`` - NULL pointer read in udp, tcp, context net tests
|
D | migration-guide-3.7.rst | 861 used to read the inner IPv4/IPv6 packets in an IP tunnel. This incoming tunnel read is now
|
/Zephyr-latest/kernel/ |
D | Kconfig | 863 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/ |
D | clocks.rst | 26 read operation is very fast. The expectation is that very sensitive
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 71 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/ |
D | index.rst | 450 … - 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/ |
D | ublox-sara-r4.c | 1924 .read = offload_read,
|
1...<<414243