Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6259 bool "Prefer public preferred address over temporary one"
261 Prefer public addresses over temporary addresses.
264 int "Max lifetime for temporary address (in minutes)"
267 No temporary address should ever remain valid for longer than this
271 int "Max preferred lifetime for temporary address (in minutes)"
274 No temporary address should ever remain preferred for longer than this
282 generated temporary address. If after TEMP_IDGEN_RETRIES consecutive
284 attempt to generate temporary addresses for that interface.
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_pd.c363 cmd.led.temporary.control_code = buf[pos++]; in pd_decode_command()
364 cmd.led.temporary.on_count = buf[pos++]; in pd_decode_command()
365 cmd.led.temporary.off_count = buf[pos++]; in pd_decode_command()
366 cmd.led.temporary.on_color = buf[pos++]; in pd_decode_command()
367 cmd.led.temporary.off_color = buf[pos++]; in pd_decode_command()
368 cmd.led.temporary.timer_count = buf[pos++]; in pd_decode_command()
369 cmd.led.temporary.timer_count |= buf[pos++] << 8; in pd_decode_command()
Dosdp_cp.c213 buf[len++] = cmd->led.temporary.control_code; in cp_build_command()
214 buf[len++] = cmd->led.temporary.on_count; in cp_build_command()
215 buf[len++] = cmd->led.temporary.off_count; in cp_build_command()
216 buf[len++] = cmd->led.temporary.on_color; in cp_build_command()
217 buf[len++] = cmd->led.temporary.off_color; in cp_build_command()
218 buf[len++] = BYTE_0(cmd->led.temporary.timer_count); in cp_build_command()
219 buf[len++] = BYTE_1(cmd->led.temporary.timer_count); in cp_build_command()
/Zephyr-latest/include/zephyr/mgmt/
Dosdp.h121 struct osdp_cmd_led_params temporary; member
/Zephyr-latest/cmake/emu/
Dnsim.cmake10 # remove previous .sc.project folder which has temporary settings for MDB.
/Zephyr-latest/subsys/zbus/
DKconfig71 to determine a temporary publisher priority.
/Zephyr-latest/samples/subsys/logging/dictionary/
DREADME.rst49 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
/Zephyr-latest/subsys/logging/
DKconfig.formatting47 int "Size of temporary arguments buffer when using Sys-T Catalog"
51 The size (in bytes) of the temporary buffer to store the expanded
/Zephyr-latest/
DCODE_OF_CONDUCT.md97 like social media. Violating these terms may lead to a temporary or permanent
105 **Consequence**: A temporary ban from any sort of interaction or public
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake27 # clang flag to save temporary object files
/Zephyr-latest/lib/posix/options/
DCMakeLists.txt30 # This is a temporary workaround so that Newlib declares the appropriate
DKconfig.pthread62 Note: this option should be considered temporary and will likely be
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst47 to be written into a giant temporary buffer which is then discarded. Flushing
49 into a temporary buffer which is then discarded. Flushing the ring buffer does
/Zephyr-latest/doc/kernel/services/
Dindex.rst71 do not have alignment constraints, but use temporary memory from the
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake111 # linker options of temporary linkage for code generation
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt21 implementation. As a temporary remedy, order of tests was imposed.
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake111 # Flags to save temporary object files
/Zephyr-latest/subsys/llext/
DKconfig74 When loading llext with shell it is stored in a temporary buffer of this size
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst63 space can be allocated, temporary write index is moved and pointer to a space
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst49 with ``--outdir`` flag (L52) to keep test-generated files in temporary directories.
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig58 used as temporary storage when MCUboot swaps application from the secondary slot to the
/Zephyr-latest/soc/cdns/dc233c/include/
Dxtensa-dc233c.ld61 * So we stuff the temporary IDT_LIST there to avoid
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake208 # Flags to save temporary object files
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst7 available Kconfig options and making temporary changes: ``menuconfig`` and
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst164 * Clearing temporary buffers in the stack or on the heap.

12