Searched refs:temporary (Results 1 – 25 of 36) sorted by relevance
12
28 When loading llext with shell it is stored in a temporary buffer of this size
27 Note: this option should be considered temporary and will likely be
31 # This is a temporary workaround so that Newlib declares the appropriate
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()
190 buf[len++] = cmd->led.temporary.control_code; in cp_build_command()191 buf[len++] = cmd->led.temporary.on_count; in cp_build_command()192 buf[len++] = cmd->led.temporary.off_count; in cp_build_command()193 buf[len++] = cmd->led.temporary.on_color; in cp_build_command()194 buf[len++] = cmd->led.temporary.off_color; in cp_build_command()195 buf[len++] = BYTE_0(cmd->led.temporary.timer_count); in cp_build_command()196 buf[len++] = BYTE_1(cmd->led.temporary.timer_count); in cp_build_command()
93 struct osdp_cmd_led_params temporary; member
10 # remove previous .sc.project folder which has temporary settings for MDB.
42 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
42 int "Size of temporary arguments buffer when using Sys-T Catalog"46 The size (in bytes) of the temporary buffer to store the expanded
27 # clang flag to save temporary object files
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
67 faith may face temporary or permanent repercussions as determined by other
106 # Flags to save temporary object files
71 If these scripts or the test binaries create temporary files, they should preferably do so by
63 space can be allocated, temporary write index is moved and pointer to a space
112 # linker options of temporary linkage for code generation
187 # Flags to save temporary object files
7 available Kconfig options and making temporary changes: ``menuconfig`` and
68 [bt] [WRN] set_static_addr: Using temporary static random address
361 - Delete temporary workspace. You will find it in auto-pts-code/workspaces/zephyr/zephyr-master/ as…
79 * So we stuff the temporary IDT_LIST there to avoid
172 In this mode scratch_partition is used as temporary storage when
290 Size of the temporary RX buffer in receiving ISR.
30 This is significant for certain object APIs which do temporary allocations,