Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.7.0/subsys/net/ip/
DKconfig.ipv6198 bool "Prefer public preferred address over temporary one"
200 Prefer public addresses over temporary addresses.
203 int "Max lifetime for temporary address (in minutes)"
206 No temporary address should ever remain valid for longer than this
210 int "Max preferred lifetime for temporary address (in minutes)"
213 No temporary address should ever remain preferred for longer than this
221 generated temporary address. If after TEMP_IDGEN_RETRIES consecutive
223 attempt to generate temporary addresses for that interface.
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/mgmt/
Dosdp.h121 struct osdp_cmd_led_params temporary; member
/Zephyr-Core-3.7.0/cmake/emu/
Dnsim.cmake10 # remove previous .sc.project folder which has temporary settings for MDB.
/Zephyr-Core-3.7.0/subsys/zbus/
DKconfig65 to determine a temporary publisher priority.
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/subsys/logging/dictionary/
DREADME.rst49 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
/Zephyr-Core-3.7.0/
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-Core-3.7.0/cmake/compiler/clang/
Dcompiler_flags.cmake27 # clang flag to save temporary object files
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/doc/kernel/services/
Dindex.rst71 do not have alignment constraints, but use temporary memory from the
/Zephyr-Core-3.7.0/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt21 implementation. As a temporary remedy, order of tests was imposed.
/Zephyr-Core-3.7.0/subsys/llext/
DKconfig61 When loading llext with shell it is stored in a temporary buffer of this size
/Zephyr-Core-3.7.0/cmake/compiler/
Dcompiler_flags_template.cmake108 # Flags to save temporary object files
/Zephyr-Core-3.7.0/doc/kernel/data_structures/
Dmpsc_pbuf.rst63 space can be allocated, temporary write index is moved and pointer to a space
/Zephyr-Core-3.7.0/doc/develop/test/twister/
Dtwister_blackbox.rst49 with ``--outdir`` flag (L52) to keep test-generated files in temporary directories.
/Zephyr-Core-3.7.0/cmake/linker/arcmwdt/
Dtarget.cmake112 # linker options of temporary linkage for code generation
/Zephyr-Core-3.7.0/cmake/compiler/gcc/
Dcompiler_flags.cmake198 # Flags to save temporary object files
/Zephyr-Core-3.7.0/soc/cdns/dc233c/include/
Dxtensa-dc233c.ld61 * So we stuff the temporary IDT_LIST there to avoid
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dmenuconfig.rst7 available Kconfig options and making temporary changes: ``menuconfig`` and
/Zephyr-Core-3.7.0/doc/services/crypto/
Dpsa_crypto.rst164 * Clearing temporary buffers in the stack or on the heap.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst362 - Delete temporary workspace. You will find it in auto-pts-code/workspaces/zephyr/zephyr-master/ as…

12