Searched refs:save (Results 1 – 25 of 114) sorted by relevance
12345
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.sam_hsmci | 22 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/ |
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-latest/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-latest/arch/sparc/core/ |
D | window_trap.S | 23 save 74 save 75 save
|
D | fault_trap.S | 52 save 108 save %sp, -64, %sp
|
D | interrupt_trap.S | 58 save 319 save
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | vt_pointer_section.ld | 7 /* Reserved 4 bytes to save vector table base address */
|
/Zephyr-latest/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-latest/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-latest/subsys/profiling/perf/ |
D | Kconfig | 19 Size of buffer used by perf to save stack trace samples.
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 482 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/ |
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-latest/subsys/mem_mgmt/ |
D | Kconfig | 12 unsure to save RODATA space.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ds.h | 133 bool save; member
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.analog_axis | 33 analog_axis_calibration_save() function to save the calibration into
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 23 * This section is used to temporarily save the exported symbols' names in the
|
/Zephyr-latest/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-latest/scripts/ |
D | checkstack.pl | 108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 21 allows to save some code storage and RAM.
|
/Zephyr-latest/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-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 168 mocked_hm.save = mock.Mock() 194 mocked_hm.save.assert_called_once_with( 676 mocked_hm.save('hwm.yaml')
|
/Zephyr-latest/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-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 25 summary statistics as records to allow Twister parse the log and save that data
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 47 This option can be disabled to save a few bytes.
|
12345