Searched refs:read (Results 1026 – 1050 of 1064) sorted by relevance
1...<<414243
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 132 * On all STM32 ADC, it is no longer possible to read sensor channels (Vref,
|
D | release-notes-1.12.rst | 434 * :github:`6514` - samples/drivers/i2c_fujitsu_fram: Data comparison on data written and data read … 650 * :github:`7482` - [Coverity CID :185523] Out-of-bounds read in lsm6dsl driver
|
D | release-notes-1.7.rst | 145 * New local-content generation theme (read-the-docs)
|
D | release-notes-2.5.rst | 1527 * :github:`29310` - ble central Repeat read and write to three peripherals error USAGE FAULT 1528 * :github:`29309` - ADC1 doesn't read correctly on STM32F7 1701 * :github:`28175` - [Coverity CID :214214] Uninitialized pointer read in tests/benchmarks/data_stru… 1913 * :github:`16438` - fs/FCB fs/NVS : requires unaligned flash read-out length capabilities,
|
D | release-notes-3.1.rst | 494 and 1-1-4 read mode. 980 read/write request; :kconfig:option:`CONFIG_FS_MGMT_FILE_ACCESS_HOOK` 1883 * :github:`41297` - QSPI flash need read, write via 4 lines not 1 line 1974 * :github:`25362` - better support for posix api read write in socketpair tests
|
D | release-notes-1.11.rst | 465 * :github:`6164` - timer: cortex_m: Incorrect read of clock cycles counter after idle tickless peri…
|
D | release-notes-1.10.rst | 139 new concepts that replace KBuild concepts. Please re-read the Getting
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 265 Keep iface state updated to reflect network availability, but do not read iface state for any purpo…
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 62 its logic level is read or controlled manually.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 405 int "Maximum # of composite read and send operation URL path"
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 498 For more information about the system build please read the :ref:`sysbuild` documentation.
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 135 # Perform a dummy read to prevent a false warning about unused variables
|
/Zephyr-latest/drivers/modem/ |
D | simcom-sim7080.c | 622 .read = offload_read,
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 637 To read these variables for a Zephyr module named ``foo``: 700 To read these variables for a sysbuild module:
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 504 This option overrides the MAC address read from OTP. It is strictly for testing purposes only.
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 373 :c:func:`k_thread_custom_data_get` functions are used to write and read
|
D | workqueue.rst | 416 filled by an ISR or thread and read by the work handler.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 142 that appear in DTS files. You can read more about how to get property values in
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4934 SHELL_CMD_ARG(read-remote-tx-power, NULL, HELP_NONE, cmd_read_remote_tx_power, 2, 0), 4935 SHELL_CMD_ARG(read-local-tx-power, NULL, HELP_NONE, cmd_read_local_tx_power, 2, 0),
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 1543 .read = flash_stm32_xspi_read,
|
D | flash_stm32_ospi.c | 1706 .read = flash_stm32_ospi_read,
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 1068 Enable HCI commands to read information about supported
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 3015 .read = sock_read_vmeth,
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 351 # the files are not read by Doxygen. When specifying no_extension you should add 1010 # read by Doxygen. 1567 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 2138 # keyboard input (\read on a not open input stream) cause the job to abort, 2165 # path from which the emoji images will be read. If a relative path is entered,
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 2196 contents = f.read()
|
1...<<414243