Searched refs:temporary (Results 1 – 25 of 42) sorted by relevance
12
259 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 this271 int "Max preferred lifetime for temporary address (in minutes)"274 No temporary address should ever remain preferred for longer than this282 generated temporary address. If after TEMP_IDGEN_RETRIES consecutive284 attempt to generate temporary addresses for that interface.
363 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()
213 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()
121 struct osdp_cmd_led_params temporary; member
10 # remove previous .sc.project folder which has temporary settings for MDB.
71 to determine a temporary publisher priority.
49 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
47 int "Size of temporary arguments buffer when using Sys-T Catalog"51 The size (in bytes) of the temporary buffer to store the expanded
97 like social media. Violating these terms may lead to a temporary or permanent105 **Consequence**: A temporary ban from any sort of interaction or public
27 # clang flag to save temporary object files
30 # This is a temporary workaround so that Newlib declares the appropriate
62 Note: this option should be considered temporary and will likely be
47 to be written into a giant temporary buffer which is then discarded. Flushing49 into a temporary buffer which is then discarded. Flushing the ring buffer does
71 do not have alignment constraints, but use temporary memory from the
111 # linker options of temporary linkage for code generation
21 implementation. As a temporary remedy, order of tests was imposed.
111 # Flags to save temporary object files
74 When loading llext with shell it is stored in a temporary buffer of this size
63 space can be allocated, temporary write index is moved and pointer to a space
49 with ``--outdir`` flag (L52) to keep test-generated files in temporary directories.
58 used as temporary storage when MCUboot swaps application from the secondary slot to the
61 * So we stuff the temporary IDT_LIST there to avoid
208 # Flags to save temporary object files
7 available Kconfig options and making temporary changes: ``menuconfig`` and
164 * Clearing temporary buffers in the stack or on the heap.