Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/Zephyr-latest/subsys/net/lib/shell/
Dconn.c139 struct tcp_detail_info *details = data->user_data; in tcp_sent_list_cb() local
144 if (!details->printed_details) { in tcp_sent_list_cb()
147 details->printed_details = true; in tcp_sent_list_cb()
156 details->count++; in tcp_sent_list_cb()
163 if (!details->printed_send_queue_header) { in tcp_sent_list_cb()
177 if (!details->printed_send_queue_header) { in tcp_sent_list_cb()
181 details->printed_send_queue_header = true; in tcp_sent_list_cb()
205 details->printed_send_queue_header = true; in tcp_sent_list_cb()
255 struct tcp_detail_info details; in cmd_net_conn() local
260 memset(&details, 0, sizeof(details)); in cmd_net_conn()
[all …]
/Zephyr-latest/doc/connectivity/networking/
Dnetworking_with_host.rst29 use it only when necessary. See :ref:`networking_with_qemu` for details.
36 See :ref:`networking_with_eth_qemu` for details.
45 purposes. See :ref:`networking_with_user_qemu` for details.
55 for details.
65 See :ref:`networking_with_native_sim` for details.
71 See :ref:`usb_device_networking_setup` for details.
77 :ref:`networking_with_multiple_instances` for details.
83 See :ref:`networking_with_ieee802154_qemu` for details.
91 See :ref:`networking_with_native_sim_eth_bridge` for details.
/Zephyr-latest/subsys/logging/backends/
DKconfig.net13 RFC 6587 (syslog over TCP) specifications for details.
29 See RFC 5424 chapter 7.1 for details.
37 See RFC 5424 chapter 7.1 for details.
45 See RFC 5424 chapter 7.2 for details.
53 See RFC 5424 chapter 7.2.3 for details.
61 See RFC 5424 chapter 7.2.4 for details.
69 See RFC 5424 chapter 7.3.1 for details.
79 See RFC 5424 chapter 7.3.2 for details.
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs73 const details = document.createElement('dd');
74 parent.appendChild(details);
78 details.appendChild(code);
107 const details = document.createElement('dd');
108 parent.appendChild(details);
112 details.appendChild(list);
149 const details = document.createElement('dd');
150 parent.appendChild(details);
155 details.appendChild(list);
170 details.appendChild(list);
[all …]
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions17 in the trusted-firmware-m repository for details regarding this
28 in the trusted-firmware-m repository for details regarding this
39 in the trusted-firmware-m repository for details regarding this
51 in the trusted-firmware-m repository for details regarding this
62 in the trusted-firmware-m repository for details regarding this
74 in the trusted-firmware-m repository for details regarding this
/Zephyr-latest/doc/connectivity/networking/api/
Ddns_resolve.rst23 See `IETF RFC6762 <https://tools.ietf.org/html/rfc6762>`_ for more details
28 See `IETF RFC4795 <https://tools.ietf.org/html/rfc4795>`_ for more details
38 See :zephyr:code-sample:`dns-resolve` sample application for details.
Dindex.rst8 use. See :ref:`BSD socket API <bsd_sockets_interface>` for more details.
11 libraries for the application to use. See the list below for details.
Dnet_stats.rst16 :zephyr_file:`subsys/net/ip/Kconfig.stats` file for details.
24 details.
/Zephyr-latest/samples/bluetooth/st_ble_sensor/
DREADME.rst13 See `BlueST protocol`_ document for details of how to add a new service.
32 See :zephyr:code-sample-category:`bluetooth` samples for details.
35 https://play.google.com/store/apps/details?id=com.st.bluems
/Zephyr-latest/samples/bluetooth/observer/
DREADME.rst17 project configuration file for further details.
30 See :zephyr:code-sample-category:`Bluetooth samples section <bluetooth>` for details.
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_cavs25.rst11 Refer to :ref:`intel_adsp_generic` for more details on Intel ADSP ACE and CAVS.
34 .. _Tiger Lake: https://www.intel.com/content/www/us/en/products/platforms/details/tiger-lake-h.html
/Zephyr-latest/modules/hal_nordic/
DKconfig.nrf_regtool24 2. Print extra details for debugging purposes, such as memory maps of
26 3. Print even more details, which are typically only useful for
/Zephyr-latest/samples/modules/chre/
DREADME.rst20 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.
22 `pal/gnss.h`_ for API details.
24 data/bias events. See `pal/sensor.h`_ for API details.
26 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.
28 API details.
30 current capabilities and info. See `pal/wwan.h`_ for API details.
/Zephyr-latest/lib/posix/options/
DKconfig.net17 For additional details, please see
28 For additional details, please see
/Zephyr-latest/doc/develop/manifest/external/
Dexternal.rst.tmpl14 How to use this module with Zephyr. Provide all the details.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig25 bool "Group details command"
29 Implements functionality for listing details about groups.
71 The number of maximum values in the list for the details command to support, each value
89 Allows applications to add additional fields to responses for the details of supported
/Zephyr-latest/subsys/usb/device/class/dfu/
DCMakeLists.txt9 more details."
/Zephyr-latest/samples/sensor/tmp108/
DKconfig30 See spec sheet for more details.
41 See spec sheet for more details.
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py721 details = ''
724 details += to_code_block(raw_prop_descr)
727 details += '\n\nThis property is **required**.'
730 details += f'\n\nDefault value: ``{prop_spec.default}``'
733 details += f'\n\nConstant value: ``{prop_spec.const}``'
735 details += ('\n\nLegal values: ' +
740 details += (f'\n\nSee {zref("dt-important-props")} for more '
744 details += '\n\nThis property is **deprecated**.'
/Zephyr-latest/doc/kernel/usermode/
Dindex.rst10 For details on creating threads that run in user mode, please see
/Zephyr-latest/submanifests/
DREADME.txt7 For more details about how this works, see this part of the west
/Zephyr-latest/modules/mbedtls/
Dshell.c44 SHELL_CMD_ARG(details, NULL, "Print heap details",
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DReadme.txt4 Board-specific details:
/Zephyr-latest/boards/shields/ftdi_vm800c/doc/
Dindex.rst66 details).
73 See :zephyr:code-sample:`ft800` sample for details.
/Zephyr-latest/boards/ezurio/bt510/doc/
Dbt510.rst94 …l SM351LT magnetoresistive sensor. Refer to the `Honeywell SM351LT datasheet`_ for further details.
101 …ics LIS2DH accelerometer. Refer to the `ST Microelectronics LIS2DH datasheet`_ for further details.
111 …an I2C Silabs SI7055 temperature sensor. Refer to the `Silabs 7055 datasheet`_ for further details.
121 :ref:`application_run` for more details on building and running.
125 for details of an appropriate TagConnect cable.
175 :ref:`application_run` for more details). For example, to flash:
190 port - see the `MBED Serial Driver`_ link for details and how to install the driver.

12345678910>>...32