Searched refs:local (Results 201 – 225 of 443) sorted by relevance
12345678910>>...18
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 7 :local:
|
D | qemu_user_setup.rst | 7 :local:
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 40 to any other site on the Internet (or on the local network, in which
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 167 compatible = "nordic,nrf-hsfll-local"; 180 compatible = "nordic,nrf-ipct-local"; 219 compatible = "nordic,nrf-hsfll-local"; 251 compatible = "nordic,nrf-dppic-local"; 257 compatible = "nordic,nrf-ipct-local";
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | mdns_responder.c | 1208 struct sockaddr *local, in register_dispatcher() argument 1230 if (IS_ENABLED(CONFIG_NET_IPV6) && local->sa_family == AF_INET6) { in register_dispatcher() 1231 memcpy(&ctx->dispatcher.local_addr, local, in register_dispatcher() 1233 } else if (IS_ENABLED(CONFIG_NET_IPV4) && local->sa_family == AF_INET) { in register_dispatcher() 1234 memcpy(&ctx->dispatcher.local_addr, local, in register_dispatcher()
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 51 :local:
|
/Zephyr-latest/arch/arc/core/ |
D | thread.c | 136 #error Compiler not configured for thread local storage in arch_setup_callee_saved_regs()
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 18 Logs are printed on local console.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 184 and the main advertising set is not busy with sending local 190 local messages. When Friend feature is enabled and the node is 191 in a friendship, this option can delay transmission of local 218 int "Number of advertising buffers for local messages" 222 Number of advertising buffers available for sending local messages. 223 This should be chosen based on the number of local messages that the node 229 This option forces the usage of the local identity address for 557 models the local node supports, i.e. what's the largest 579 models the local node supports, i.e. what's the largest 1426 This option determines for how long the local node advertises [all …]
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 113 /home/foo/.local/lib/python3.6/site-packages 114 $ rm -r /home/foo/.local/lib/python3.6/site-packages/west
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 46 uart:~$ mesh prov local 0 0x0001 67 By setting the destination address to the local unicast address (``0x0001`` in the 68 ``mesh prov local`` command above), we can perform self-configuration through any of the 95 application key indexes. As the destination address points to the local unicast address by default, 106 local unicast address before issuing any configuration commands. 151 :local: 166 ``mesh reset-local`` 169 Reset the local mesh node to its initial unprovisioned state. This command will also clear 381 ``mesh prov local <NetKeyIdx> <Addr> [IVI]`` 515 * Provision the local device (``mesh prov local``). [all …]
|
/Zephyr-latest/boards/renesas/ek_ra8d1/ |
D | ek_ra8d1.dts | 225 local-mac-address = [74 90 50 B0 5D E9];
|
/Zephyr-latest/boards/st/stm32vl_disco/doc/ |
D | index.rst | 120 $ echo "options usb-storage quirks=483:3744:i" | sudo tee /etc/modprobe.d/local.conf
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 7 :local:
|
D | net_config.rst | 7 :local:
|
D | capture.rst | 7 :local:
|
/Zephyr-latest/cmake/modules/ |
D | snippets.cmake | 104 "e.g. `-D${SYSBUILD_NAME}_SNIPPET=...`, local snippet roots for one image are not set "
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 11 :local:
|
/Zephyr-latest/doc/develop/languages/rust/ |
D | index.rst | 99 docs for Zephyr. This page will also generate local docs for any dependencies used by your
|
/Zephyr-latest/boards/beagle/beagley_ai/doc/ |
D | index.rst | 66 the R5 core always sees its local TCMA at address 0x00000000 and its TCMB0
|
/Zephyr-latest/boards/renesas/ek_ra8m1/ |
D | ek_ra8m1.dts | 325 local-mac-address = [74 90 50 B0 6D 5A];
|
/Zephyr-latest/boards/gd/gd32a503v_eval/doc/ |
D | index.rst | 120 is :code:`$HOME/.local/bin`.
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 18 :local:
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 10 :local:
|
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/ |
D | index.rst | 70 the R5 cores always see their local ATCM at address 0x00000000 and their BTCM
|
12345678910>>...18