Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-Core-3.5.0/arch/sparc/core/
Dwindow_trap.S23 save
74 save
75 save
114 save
127 save
Dfault_trap.S52 save
108 save %sp, -64, %sp
Dinterrupt_trap.S58 save
319 save
/Zephyr-Core-3.5.0/drivers/sdhc/
DKconfig.sam_hsmci21 bool "Power save during card inactive"
24 Power-save mode reduces the clock-speed during SD card
30 int "Divisor value of clock when in power-save mode"
/Zephyr-Core-3.5.0/samples/subsys/settings/
DREADME.rst5 Load and save configuration values using the settings API.
59 basic load and save using registered handlers
65 save <alpha/beta/voltage> key directly: OK.
71 save all key-value pairs using registered handlers
101 save <gamma> key directly: OK.
/Zephyr-Core-3.5.0/doc/build/snippets/
Dindex.rst6 Snippets are a way to save build system settings in one place, and then use
7 those settings when you build any Zephyr application. This lets you save common
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/
Dvt_pointer_section.ld7 /* Reserved 4 bytes to save vector table base address */
/Zephyr-Core-3.5.0/subsys/console/
DKconfig34 to save RAM. You may need to increase it e.g. to support
43 to save RAM. You may need to increase it e.g. to support
/Zephyr-Core-3.5.0/drivers/dma/
DKconfig.mcux_lpc25 The MCUX LPC DMA driver can save memory by not allocating static data
26 depending on this value. So, the application can save some data memory
/Zephyr-Core-3.5.0/subsys/mem_mgmt/
DKconfig12 unsure to save RODATA space.
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.6.rst178 * ``ZEP-1090`` - CPU x86 save/restore using new QMSI bootloader flow
246 * ``ZEP-993`` - Quark SE (x86): Refactor save/restore execution context feature
248 * ``ZEP-996`` - Refactor save/restore feature from i2c_qmsi driver
249 * ``ZEP-997`` - Refactor save/restore feature from spi_qmsi driver
250 * ``ZEP-998`` - Refactor save/restore feature from uart_qmsi driver
251 * ``ZEP-999`` - Refactor save/restore feature from gpio_qmsi driver
252 * ``ZEP-1000`` - Refactor save/restore feature from rtc_qmsi driver
253 * ``ZEP-1001`` - Refactor save/restore feature from wdt_qmsi driver
254 * ``ZEP-1002`` - Refactor save/restore feature from counter_qmsi_aonpt driver
255 * ``ZEP-1004`` - Extend counter_qmsi_aon driver to support save/restore peripheral context
[all …]
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt5xx/
DKconfig.defconfig.mimxrt595_cm3331 # save power. The MEMC FlexSPI driver is enabled when we
/Zephyr-Core-3.5.0/cmake/compiler/clang/
Dcompiler_flags.cmake27 # clang flag to save temporary object files
28 set_compiler_property(PROPERTY save_temps -save-temps)
/Zephyr-Core-3.5.0/scripts/
Dcheckstack.pl108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
/Zephyr-Core-3.5.0/doc/hardware/arch/
Darc-support-status.rst85 .. [#f3] We only support save/restore ACCL/ACCH registers in task's context.
86 Rest of DSP/AGU registers save/restore isn't implemented but kernel
/Zephyr-Core-3.5.0/doc/develop/toolchains/
Dcustom_cmake.rst41 If you do this, ``-C <initial-cache>`` `cmake option`_ may useful. If you save
44 as ``cmake -C my-toolchain.cmake ...`` to save typing.
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dmenuconfig.rst126 save-and-quit dialog (if there are changes to save):
131 Press :kbd:`Y` to save the kernel configuration options to the default
132 filename (:file:`zephyr/.config`). You will typically save to the default
Dindex.rst18 save space.
/Zephyr-Core-3.5.0/modules/nanopb/
DKconfig29 Disable error message support to save code size. Only error
/Zephyr-Core-3.5.0/doc/develop/optimizations/
Dfootprint.rst47 This option can be disabled to save a few bytes.
/Zephyr-Core-3.5.0/subsys/pm/
DKconfig79 may also save and restore states in these hook functions.
113 Enable Runtime Power Management to save power. With device runtime PM
/Zephyr-Core-3.5.0/doc/kernel/services/other/
Dfloat.rst108 the thread's stack. Thus, the kernel does not save or restore the FP
134 not to save or restore its FP context during thread context switching.
146 user on a case-by-case basis. A "lazy save" algorithm is used during context
177 not to save or restore its FP context during thread context switching.
185 the thread's stack. Thus, the kernel does not save or restore the FP
195 A "lazy save" algorithm is used during context switching which updates
242 iff they were saved at the context save. Saving and restoring of the floating
257 FPU user or SSE user on a case-by-case basis. A "lazy save" algorithm is used
/Zephyr-Core-3.5.0/doc/services/settings/
Dindex.rst52 when ``settings_save()`` tries to save the settings or transfer to any
58 Backends are meant to load and save data to/from setting handlers, and
61 ``settings_dst_register()`` for backends that can save data. The current
74 This gets called when starting a save of all current settings using
/Zephyr-Core-3.5.0/doc/services/storage/stream/
Dstream_flash.rst23 When performing such long running operations it can be useful to be able to save
/Zephyr-Core-3.5.0/doc/develop/
Denv_vars.rst74 -- otherwise, you have to run RapidEE as administrator. Also make sure to save
84 to all of your terminals, but still want to save the value for loading into
109 save the value.

1234