Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.5.0/subsys/llext/
DKconfig28 When loading llext with shell it is stored in a temporary buffer of this size
/Zephyr-Core-3.5.0/lib/posix/
DKconfig.pthread27 Note: this option should be considered temporary and will likely be
DCMakeLists.txt31 # This is a temporary workaround so that Newlib declares the appropriate
/Zephyr-Core-3.5.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.c190 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()
/Zephyr-Core-3.5.0/include/zephyr/mgmt/
Dosdp.h93 struct osdp_cmd_led_params temporary; member
/Zephyr-Core-3.5.0/cmake/emu/
Dnsim.cmake10 # remove previous .sc.project folder which has temporary settings for MDB.
/Zephyr-Core-3.5.0/samples/subsys/logging/dictionary/
DREADME.rst42 1. Pipe the run output or copy the hexadecimal string into a temporary file ``/tmp/serial.log``:
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.formatting42 int "Size of temporary arguments buffer when using Sys-T Catalog"
46 The size (in bytes) of the temporary buffer to store the expanded
/Zephyr-Core-3.5.0/cmake/compiler/clang/
Dcompiler_flags.cmake27 # clang flag to save temporary object files
/Zephyr-Core-3.5.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.5.0/doc/kernel/services/
Dindex.rst71 do not have alignment constraints, but use temporary memory from the
/Zephyr-Core-3.5.0/
DCODE_OF_CONDUCT.md67 faith may face temporary or permanent repercussions as determined by other
/Zephyr-Core-3.5.0/cmake/compiler/
Dcompiler_flags_template.cmake106 # Flags to save temporary object files
/Zephyr-Core-3.5.0/tests/bsim/
DREADME.md71 If these scripts or the test binaries create temporary files, they should preferably do so by
/Zephyr-Core-3.5.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.5.0/cmake/linker/arcmwdt/
Dtarget.cmake112 # linker options of temporary linkage for code generation
/Zephyr-Core-3.5.0/cmake/compiler/gcc/
Dcompiler_flags.cmake187 # Flags to save temporary object files
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dmenuconfig.rst7 available Kconfig options and making temporary changes: ``menuconfig`` and
/Zephyr-Core-3.5.0/samples/bluetooth/ipsp/
DREADME.rst68 [bt] [WRN] set_static_addr: Using temporary static random address
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst361 - Delete temporary workspace. You will find it in auto-pts-code/workspaces/zephyr/zephyr-master/ as…
/Zephyr-Core-3.5.0/soc/xtensa/dc233c/include/
Dxtensa-dc233c.ld79 * So we stuff the temporary IDT_LIST there to avoid
/Zephyr-Core-3.5.0/modules/
DKconfig.mcuboot172 In this mode scratch_partition is used as temporary storage when
/Zephyr-Core-3.5.0/drivers/console/
DKconfig290 Size of the temporary RX buffer in receiving ISR.
/Zephyr-Core-3.5.0/doc/kernel/usermode/
Dkernelobjects.rst30 This is significant for certain object APIs which do temporary allocations,

12