/Zephyr-Core-3.6.0/tests/benchmarks/sys_kernel/ |
D | README.txt | 25 DETAILS: Average time for 1 iteration: NNNN nSec 36 DETAILS: Average time for 1 iteration: NNNN nSec 48 DETAILS: Average time for 1 iteration: NNNN nSec 58 DETAILS: Average time for 1 iteration: NNNN nSec 70 DETAILS: Average time for 1 iteration: NNNN nSec 82 DETAILS: Average time for 1 iteration: NNNN nSec 92 DETAILS: Average time for 1 iteration: NNNN nSec 104 DETAILS: Average time for 1 iteration: NNNN nSec 116 DETAILS: Average time for 1 iteration: NNNN nSec 126 DETAILS: Average time for 1 iteration: NNNN nSec [all …]
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/ |
D | networking_with_host.rst | 28 use it only when necessary. See :ref:`networking_with_qemu` for details. 35 See :ref:`networking_with_eth_qemu` for details. 44 purposes. See :ref:`networking_with_user_qemu` for details. 54 for details. 63 See :ref:`networking_with_native_sim` for details. 69 See :ref:`usb_device_networking_setup` for details. 75 :ref:`networking_with_multiple_instances` for details. 81 See :ref:`networking_with_ieee802154_qemu` for details.
|
/Zephyr-Core-3.6.0/tests/kernel/poll/src/ |
D | test_poll_fail.c | 18 * @details Using API k_poll with error number 36 * @details Using API k_poll with error member 52 * @details Define a poll event, and using API k_poll with NULL sem 74 * @details Define a poll, and using API k_poll with NULL signal 96 * @details Define a poll, and using API k_poll with NULL fifo 118 * @details Define a poll, and using API k_poll with NULL message queue 141 * @details Using API k_poll_signal_init with NULL as 157 * @details Using API k_poll with NULL object 177 * @details Using k_poll_signal_check with 201 * @details Using k_poll_signal_check with [all …]
|
/Zephyr-Core-3.6.0/tests/kernel/common/src/ |
D | byteorder.c | 19 * @details Verify the functionality provided by 44 * @details Test if sys_mem_swap() reverses the contents 73 * @details Test if sys_get_be64() correctly handles endianness. 92 * @details Test if sys_put_be64() correctly handles endianness. 112 * @details Test if sys_get_be48() correctly handles endianness. 131 * @details Test if sys_put_be48() correctly handles endianness. 150 * @details Test if sys_get_be32() correctly handles endianness. 169 * @details Test if sys_put_be32() correctly handles endianness. 189 * @details Test if sys_get_be24() correctly handles endianness. 208 * @details Test if sys_put_be24() correctly handles endianness. [all …]
|
/Zephyr-Core-3.6.0/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 17 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 52 in the trusted-firmware-m repository for details regarding this 63 in the trusted-firmware-m repository for details regarding this 75 in the trusted-firmware-m repository for details regarding this
|
/Zephyr-Core-3.6.0/subsys/net/lib/shell/ |
D | conn.c | 139 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-Core-3.6.0/tests/kernel/queue/src/ |
D | test_queue_fail.c | 47 * @details According to the API k_queue_append_list to 98 * @details Verify the API k_queue_merge_slist when 130 * @details Verify that the parameter of API k_queue_init() is 146 * @details Verify that the parameter of the API is 165 * @details Verify that the parameter of the API is 184 * @details Verify that the parameter of the API is 200 * @details Verify that the parameter of the API is 216 * @details Verify that the parameter of the API is 232 * @details Verify that the parameter of the API is 248 * @details Verify that the parameter of the API is
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/util/ |
D | mfifo.h | 36 * @details API 1 and 2. 60 * @details API 1 and 2. An MFIFO is empty if first == last 67 * @details API 2. Used internally by API 1. 105 * @details API 2. 115 * @details API 2 130 * @details API 2 138 * @details API 1. 167 * @details API 1. 180 * @details API 1. 198 * @details API 1 [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/arch/x86/ |
D | intel_vtd.h | 88 /* Capability Register details */ 99 /* Extended Capability Register details */ 102 /* Global Command Register details */ 113 /* Global Status Register details */ 124 /* Interrupt Remapping Table Address Register details */ 131 /* Fault event control register details */ 135 /* Fault event status register details */ 156 /* Fault recording register(s) details 186 /* Invalidation Queue Address register details */ 193 /* Invalidation Queue Head register details */ [all …]
|
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/common/cmsis/ |
D | cmsis_instr.h | 71 * \details Executes a ~exclusive~ STR instruction for 8 bit values. 84 * \details Executes a ~exclusive~ STR instruction for 16 bit values. 97 * \details Executes a ~exclusive~ STR instruction for 32 bit values. 110 * \details Executes an ~exclusive~ LDR instruction for 8 bit value. 123 * \details Executes an ~exclusive~ LDR instruction for 16 bit value. 136 * \details Executes an ~exclusive~ LDR instruction for 32 bit value. 149 * \details The real function would removes the exclusive lock which is created
|
/Zephyr-Core-3.6.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_error_hook.h | 20 * @details This is used for negative test cases which triggers a fatal 31 * @details This is a test case hook that can run code from test case, in 50 * @details This is used for negative test cases which triggers a assert 61 * @details This is a test case hook that can run code from test case, in
|
/Zephyr-Core-3.6.0/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 12 See `BlueST protocol`_ document for details of how to add a new service. 31 See :ref:`bluetooth samples section <bluetooth-samples>` for details. 34 https://play.google.com/store/apps/details?id=com.st.bluems
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | 6lo.h | 25 * @details After this IPv6 packet and next header(if UDP), headers 49 * @details After this IPv6 packet and next header(if UDP), headers 71 * @details Set 6lowpan context information. This context information 84 * @details This will do a dry-run on uncompressing the headers.
|
/Zephyr-Core-3.6.0/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_fail.c | 119 * @details See what will happen if an uninitialized 137 * @details See what will happen if an uninitialized 157 * @details See what will happen if the parameter 181 * @details See what will happen if the parameter 205 * @details See what will happen if a null pointer 225 * @details See what will happen if the parameter 249 * @details See what will happen if the parameter 273 * @details See what will happen if a null pointer 289 * @details See what will happen if a null pointer
|
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 73 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-Core-3.6.0/include/zephyr/net/ |
D | dhcpv6.h | 66 * @details Start DHCPv6 client on a given interface. DHCPv6 client will start 68 * Once the negotiation is complete, IPv6 address/prefix details will be added 79 * @details Stop DHCPv6 client on a given interface. DHCPv6 client 90 * @details Restart DHCPv6 client on a given interface. DHCPv6 client
|
D | net_context.h | 77 * @details The recv callback is called after a network data packet is 104 * @details The send callback is called after a network data packet is sent. 122 * @details The accept callback is called after a successful connection was 144 * @details The connect callback is called after a connection is being 480 * @details This function returns the state of the context. 499 * @details This function sets the state of the context. 517 * @details This function returns the address family (IPv4 or IPv6) 534 * @details This function sets the address family (IPv4, IPv6 or AF_PACKET) 559 * @details This function returns the context type (stream, datagram or raw) 577 * @details This function sets the context type (stream or datagram) [all …]
|
D | ieee802154.h | 34 * @details The IEEE 802.15.4 and Thread subsystems comprise the OpenThread L2 83 * @details This API provides integration with Zephyr's sockets and network 122 * @details This is equivalent to the IEEE 802.15.4 MAC frame length minus 198 * @details Currently native L2 only supports a single secKeySource, see 226 * @details Currently only implicit key mode is partially supported, see 251 * @details The identifier of the PAN on which the device is operating. 262 * @details The RF channel to use for all transmissions and receptions, 273 * @details Range: 286 * @details The extended address is device specific, usually permanently 314 * @details see section 8.4.3.1, table 8-94, macCoordExtendedAddress, [all …]
|
D | socket_select.h | 32 * @details 56 * @details 70 * @details 84 * @details 98 * @details
|
/Zephyr-Core-3.6.0/include/zephyr/mgmt/ |
D | updatehub.h | 24 * @details These messages are used to inform the server and the 45 * @details The updatehub_autohandler handles the whole process 64 * @details Must be used after the UpdateHub probe, if you have updates to 79 * @details Must be used before the UpdateHub probe. It should be one of first
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | dns_resolve.rst | 23 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.
|
D | index.rst | 8 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.
|
/Zephyr-Core-3.6.0/tests/kernel/mutex/mutex_error_case/src/ |
D | test_mutex_error.c | 122 * @details Pass a null pointer as parameter, then see if the 137 * @details Pass a invalid kobject as parameter, then see if the 152 * @details Pass a null pointer as parameter, then see if the 167 * @details Pass a invalid kobject as parameter, then see if the 183 * @details Pass a null pointer as parameter, then see if the 198 * @details Pass a invalid kobject as parameter, then see if the
|
/Zephyr-Core-3.6.0/tests/kernel/spinlock/src/ |
D | spinlock_error_case.c | 28 * for more details. 91 * @details Validate using spinlock recursive will trigger assertion. 112 * @details Validate unlocking incorrect spinlock will trigger assertion. 131 * @details Validate unlocking incorrect spinlock will trigger assertion. 151 * @details Validate unlocking spinlock held past the time limit will trigger
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | reboot.h | 11 * @details See subsys/os/Kconfig and the reboot help for details.
|