Searched refs:save (Results 1 – 25 of 86) sorted by relevance
1234
/Zephyr-Core-3.5.0/arch/sparc/core/ |
D | window_trap.S | 23 save 74 save 75 save 114 save 127 save
|
D | fault_trap.S | 52 save 108 save %sp, -64, %sp
|
D | interrupt_trap.S | 58 save 319 save
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | Kconfig.sam_hsmci | 21 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/ |
D | README.rst | 5 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/ |
D | index.rst | 6 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/ |
D | vt_pointer_section.ld | 7 /* Reserved 4 bytes to save vector table base address */
|
/Zephyr-Core-3.5.0/subsys/console/ |
D | Kconfig | 34 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/ |
D | Kconfig.mcux_lpc | 25 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/ |
D | Kconfig | 12 unsure to save RODATA space.
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-1.6.rst | 178 * ``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/ |
D | Kconfig.defconfig.mimxrt595_cm33 | 31 # save power. The MEMC FlexSPI driver is enabled when we
|
/Zephyr-Core-3.5.0/cmake/compiler/clang/ |
D | compiler_flags.cmake | 27 # clang flag to save temporary object files 28 set_compiler_property(PROPERTY save_temps -save-temps)
|
/Zephyr-Core-3.5.0/scripts/ |
D | checkstack.pl | 108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
/Zephyr-Core-3.5.0/doc/hardware/arch/ |
D | arc-support-status.rst | 85 .. [#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/ |
D | custom_cmake.rst | 41 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/ |
D | menuconfig.rst | 126 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
|
D | index.rst | 18 save space.
|
/Zephyr-Core-3.5.0/modules/nanopb/ |
D | Kconfig | 29 Disable error message support to save code size. Only error
|
/Zephyr-Core-3.5.0/doc/develop/optimizations/ |
D | footprint.rst | 47 This option can be disabled to save a few bytes.
|
/Zephyr-Core-3.5.0/subsys/pm/ |
D | Kconfig | 79 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/ |
D | float.rst | 108 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/ |
D | index.rst | 52 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/ |
D | stream_flash.rst | 23 When performing such long running operations it can be useful to be able to save
|
/Zephyr-Core-3.5.0/doc/develop/ |
D | env_vars.rst | 74 -- 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