Home
last modified time | relevance | path

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

12345678910>>...34

/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/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/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs100 const details = document.createElement('dd');
101 parent.appendChild(details);
105 details.appendChild(code);
144 const details = document.createElement('dd');
145 parent.appendChild(details);
149 details.appendChild(list);
186 const details = document.createElement('dd');
187 parent.appendChild(details);
192 details.appendChild(list);
207 details.appendChild(list);
[all …]
/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/doc/releases/
Drelease-notes-4.2.rst17 Does the entry have a link that contains the details? Just add the link, if
18 you think it needs more details, put them in the content that shows up on the
76 like you need to add more details, add them in the API documentation code
116 In any case, just link the board, further details go in the board description.
123 Just link the driver, further details go in the binding description
130 Just link the sample, further details go in the sample documentation itself.
/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/boards/makerdiary/nrf52840_mdk_usb_dongle/doc/
Dindex.rst28 * See the `nrf52840-mdk-usb-dongle website`_ for details about the development board
30 * See the `nrf52840-mdk-usb-dongle pinout diagram`_ for details about the pin usage of the board
/Zephyr-latest/samples/sensor/tmp108/
DKconfig30 See spec sheet for more details.
41 See spec sheet for more details.
/Zephyr-latest/doc/kernel/usermode/
Dindex.rst10 For details on creating threads that run in user mode, please see
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py724 details = ''
727 details += to_code_block(raw_prop_descr)
730 details += '\n\nThis property is **required**.'
733 details += f'\n\nDefault value: ``{prop_spec.default}``'
736 details += f'\n\nConstant value: ``{prop_spec.const}``'
738 details += ('\n\nLegal values: ' +
743 details += (f'\n\nSee {zref("dt-important-props")} for more '
747 details += '\n\nThis property is **deprecated**.'
/Zephyr-latest/boards/ezurio/bt510/doc/
Dbt510.rst62 …l SM351LT magnetoresistive sensor. Refer to the `Honeywell SM351LT datasheet`_ for further details.
69 …ics LIS2DH accelerometer. Refer to the `ST Microelectronics LIS2DH datasheet`_ for further details.
79 …an I2C Silabs SI7055 temperature sensor. Refer to the `Silabs 7055 datasheet`_ for further details.
89 :ref:`application_run` for more details on building and running.
93 for details of an appropriate TagConnect cable.
143 :ref:`application_run` for more details). For example, to flash:
158 port - see the `MBED Serial Driver`_ link for details and how to install the driver.
/Zephyr-latest/submanifests/
DREADME.txt7 For more details about how this works, see this part of the west
/Zephyr-latest/boards/ezurio/bl5340_dvk/doc/
Dindex.rst70 Refer to the `TI TCA9538 datasheet`_ for further details.
101 Refer to the `Macronix MX25R6435FZNIL0 datasheet`_ for further details.
109 Refer to the `Giantec GT24C256C-2GLI-TR datasheet`_ for further details.
128 Refer to the `Bosch BME680 datasheet`_ for further details.
136 Refer to the `ST Microelectronics LIS3DH datasheet`_ for further details.
144 Refer to the `Microchip ENC424J600 datasheet`_ for further details.
159 Refer to the `ILI9341 datasheet`_ for further details.
164 Refer to the `FT6206 datasheet`_ for further details.
171 Refer to the `Microchip MCP7940N datasheet`_ for further details.
179 Refer to the `Microchip MCP4725 datasheet`_ for further details.
[all …]

12345678910>>...34