Home
last modified time | relevance | path

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

12345

/Zephyr-latest/drivers/sdhc/
DKconfig.sam_hsmci22 bool "Power save during card inactive"
25 Power-save mode reduces the clock-speed during SD card
31 int "Divisor value of clock when in power-save mode"
/Zephyr-latest/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-latest/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-latest/arch/sparc/core/
Dwindow_trap.S23 save
74 save
75 save
Dfault_trap.S52 save
108 save %sp, -64, %sp
Dinterrupt_trap.S58 save
319 save
/Zephyr-latest/arch/arm/core/cortex_m/
Dvt_pointer_section.ld7 /* Reserved 4 bytes to save vector table base address */
/Zephyr-latest/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-latest/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-latest/subsys/profiling/perf/
DKconfig19 Size of buffer used by perf to save stack trace samples.
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi482 int "RPU power save idle timeout in milliseconds"
626 So, to save resources, this option drops such networks from the scan results.
648 # Relies on power-save mode, so, LPM is needed and AP mode is not supported
675 int "RPU recovery power save active timeout in milliseconds"
678 Power save active timeout in milliseconds, after which the RPU recovery
680 RPU attempts to enter power save mode in case of inactivity.
719 bool "RPU recovery power save state debug logs"
721 Enable RPU recovery power save state debug logs to help debug the RPU recovery mechanism.
731 prompt "Power save data retrieval mechanism"
739 When the AP notifies about the availability of buffered data, the STA stays in power save
[all …]
/Zephyr-latest/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-latest/subsys/mem_mgmt/
DKconfig12 unsure to save RODATA space.
/Zephyr-latest/subsys/net/lib/ptp/
Dds.h133 bool save; member
/Zephyr-latest/drivers/input/
DKconfig.analog_axis33 analog_axis_calibration_save() function to save the calibration into
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld23 * This section is used to temporarily save the exported symbols' names in the
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake27 # clang flag to save temporary object files
28 set_compiler_property(PROPERTY save_temps -save-temps)
/Zephyr-latest/scripts/
Dcheckstack.pl108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
/Zephyr-latest/subsys/storage/stream/
DKconfig21 allows to save some code storage and RAM.
/Zephyr-latest/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-latest/scripts/tests/twister/
Dtest_hardwaremap.py168 mocked_hm.save = mock.Mock()
194 mocked_hm.save.assert_called_once_with(
676 mocked_hm.save('hwm.yaml')
/Zephyr-latest/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-latest/tests/benchmarks/wait_queues/
DREADME.rst25 summary statistics as records to allow Twister parse the log and save that data
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst47 This option can be disabled to save a few bytes.

12345