Searched full:preferred (Results 1 – 25 of 128) sorted by relevance
123456
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 71 fe80::5eff:fe00:53e6 autoconf preferred infinite 72 2001:db8::1 manual preferred infinite 74 192.0.2.1/255.255.255.0 overridable preferred infinite 82 2001:db8:200::1 manual preferred infinite 83 fe80::efed:6dff:fef2:b1df autoconf preferred infinite 84 fe80::56da:1eff:fe5e:bc02 autoconf preferred infinite
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 221 bool "Configure peripheral preferred connection parameters" 225 This allows to configure peripheral preferred connection parameters. 231 int "Peripheral preferred minimum connection interval in 1.25ms units" 238 int "Peripheral preferred maximum connection interval in 1.25ms units" 245 int "Peripheral preferred peripheral latency in Connection Intervals" 250 int "Peripheral preferred supervision timeout in 10ms units"
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig | 29 int "Which CPU is the primary/preferred" 33 On a multi MCU device, which MCU is the preferred one.
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_namespace.h | 78 /** Namespace Preferred Write Granularity */ 81 /** Namespace Preferred Write Alignment */ 84 /** Namespace Preferred Deallocate Granularity */ 87 /** Namespace Preferred Deallocate Alignment */
|
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 60 fe80::200:5eff:fe00:5300 autoconf preferred infinite 61 2001:db8::1 manual preferred infinite 64 192.0.2.1 manual preferred infinite
|
D | eth_bridge_native_sim_setup.rst | 113 fe80::5eff:fe00:53d2 autoconf preferred infinite 114 2001:db8::1 manual preferred infinite 126 192.0.2.1/255.255.255.0 manual preferred infinite 143 fe80::5eff:fe00:5387 autoconf preferred infinite
|
/Zephyr-latest/samples/net/capture/src/ |
D | main.c | 174 * fe80::5eff:fe00:53e6 autoconf preferred infinite in init_app() 175 * 2001:db8::1 manual preferred infinite in init_app() 177 * 192.0.2.1/255.255.255.0 overridable preferred infinite in init_app() 185 * 2001:db8:200::1 manual preferred infinite in init_app() 186 * fe80::efed:6dff:fef2:b1df autoconf preferred infinite in init_app() 187 * fe80::56da:1eff:fe5e:bc02 autoconf preferred infinite in init_app()
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 124 fe80::5eff:fe00:533b autoconf preferred infinite 125 2001:db8::1 manual preferred infinite 137 192.0.2.1 manual preferred infinite 183 fe80::aee6:fbff:fe50:28c0 autoconf preferred infinite 184 2001:db8:200::1 manual preferred infinite
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | intel-ioapic.h | 17 * for most device interrupts, lowest priority delivery is preferred
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | sample.yaml | 25 # CONFIG_USERSPACE, that should be preferred as it has many additional
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | Kconfig | 25 If your core supports that, it is preferred over MPU stack guard.
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | lc3.h | 69 * @param _prefer_context Preferred contexts (@ref bt_audio_context) 86 * @param _prefer_context Preferred contexts (@ref bt_audio_context)
|
D | audio.h | 148 * @brief 7.5 msec preferred frame duration capability. 156 * @brief 10 msec preferred frame duration capability 434 * @brief Preferred audio context. 436 * Bitfield of preferred audio contexts. 438 * If 0, the context type is not a preferred use case for this codec 450 * If 0, the context type is not a preferred use case for this codec 1108 * @brief Extract preferred contexts 1117 * @retval context The preferred context type if positive or 0 1126 * @brief Set the preferred context of a codec configuration metadata. 1129 * @param ctx The preferred context to set. [all …]
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 50 # - CANDIDATES_PREFERENCE_LIST : List of candidate to be preferred, if installed 109 # Current Zephyr is preferred one, let's just break the loop and continue processing.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 25 using devicetree should be preferred.
|
/Zephyr-latest/cmake/modules/ |
D | FindLlvmLld.cmake | 22 # See if the compiler has a preferred linker
|
D | FindGnuLd.cmake | 45 # See if the compiler has a preferred linker
|
D | user_cache.cmake | 36 # On macOS, ~/Library/Caches is the preferred cache directory.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 259 bool "Prefer public preferred address over temporary one" 271 int "Max preferred lifetime for temporary address (in minutes)" 274 No temporary address should ever remain preferred for longer than this
|
D | ipv6_pe.c | 36 /* RFC 8981 ch 3.8 preferred lifetime must be smaller than valid lifetime */ 56 * RFC says the DESYNC_FACTOR should be 0.4 times the preferred lifetime. 58 * time in deprecated state and not being used. Make this 7% of the preferred 342 NET_DBG("Too short preferred lifetime (%u <= %u), temp address not " in net_ipv6_pe_start() 411 NET_DBG("Lifetime %d desync %d timeout %d preferred %d valid %d", in net_ipv6_pe_start()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 23 Connect this UART to its own pseudoterminal. This is the preferred
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 93 connection parameters are restored to peripheral preferred values
|
/Zephyr-latest/samples/drivers/led/apa102c_bitbang/src/ |
D | main.c | 11 * level shifter (preferred) or pull-up resistors are needed.
|
/Zephyr-latest/samples/net/openthread/coprocessor/ |
D | README.rst | 19 The preferred Co-Processor configuration of OpenThread is RCP now.
|
/Zephyr-latest/boards/qemu/x86/doc/ |
D | index.rst | 113 The preferred method is installing with cargo. 179 to the host system. This is faster than using SLIP and is also the preferred
|
123456