Searched full:entering (Results 1 – 25 of 166) sorted by relevance
1234567
/Zephyr-latest/samples/subsys/pm/latency/ |
D | sample.yaml | 15 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" 17 - "<inf> soc_pm: Entering SUSPEND_TO_IDLE{0}" 19 - "<inf> soc_pm: Entering STANDBY{0}" 22 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" 24 - "<inf> soc_pm: Entering SUSPEND_TO_IDLE{0}" 26 - "<inf> soc_pm: Entering SUSPEND_TO_IDLE{0}" 31 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" 33 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" 35 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" 50 - "<inf> soc_pm: Entering RUNTIME_IDLE{0}" [all …]
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | sample.yaml | 25 - "Entering system off; press sw0 to restart" 48 - "Entering system off; press sw0 to restart" 65 - "Entering system off; wait 2 seconds to restart" 68 - "Entering system off; wait 2 seconds to restart" 71 - "Entering system off; wait 2 seconds to restart" 92 - "Entering system off; wait 2 seconds to restart" 98 - "Entering system off; wait 2 seconds to restart" 114 - "Entering system off; change signal level at comparator input to restart" 117 - "Entering system off; change signal level at comparator input to restart" 120 - "Entering system off; change signal level at comparator input to restart" [all …]
|
D | README.rst | 38 Entering system off; press sw0 to restart
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 52 Entering light sleep 54 Entering light sleep 56 Entering light sleep 59 Entering light sleep 61 Entering light sleep 63 Entering light sleep
|
/Zephyr-latest/samples/boards/espressif/light_sleep/src/ |
D | main.c | 56 printk("Entering light sleep\n"); in main() 57 /* To make sure the complete line is printed before entering sleep mode, in main() 62 /* Get timestamp before entering sleep */ in main()
|
/Zephyr-latest/samples/boards/nordic/system_off/src/ |
D | main.c | 64 printk("Entering system off; wait %u seconds to restart\n", DEEP_SLEEP_TIME_S); in main() 81 printf("Entering system off; press sw0 to restart\n"); in main() 86 printf("Entering system off; change signal level at comparator input to restart\n"); in main()
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 46 By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling 54 entering into system low power mode. 125 devices before entering a low power state. Conversely, after
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | power.c | 32 LOG_DBG("Entering PM state suspend to idle"); in pm_state_set() 36 LOG_DBG("Entering PM state suspend to RAM"); in pm_state_set()
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.stm32_lptim | 68 Use an additional timer while entering Standby mode. 75 Use the Standby timer for timeout (wakeup) when the system is entering
|
D | Kconfig.cortex_m_systick | 47 bool "Use an additional timer while entering IDLE" 58 Use the IDLE timer for timeout (wakeup) when the system is entering
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 35 … // When entering the "desktop" state, we register scroll events and adjust elements on the page. 36 …// When entering the "mobile" state, we clean up any registered events and restore elements on the… 45 // Entering the "desktop" state. 102 // Entering the "mobile" state.
|
/Zephyr-latest/dts/bindings/gnss/ |
D | luatos,air530z.yaml | 15 Identifies the On-Off pin for entering into low-power mode.
|
/Zephyr-latest/dts/bindings/power/ |
D | nxp,pdcfg-power.yaml | 16 are programmed to the sleep configuration registers before entering deep
|
D | zephyr,power-state.yaml | 38 the power management subsystem will not suspend devices before entering
|
/Zephyr-latest/soc/adi/max32/ |
D | Kconfig | 53 entering sleep by skipping the WFE/WFI instruction.
|
/Zephyr-latest/soc/nordic/common/vpr/ |
D | soc_idle.c | 11 * Due to a HW issue, VPR requires MSTATUS.MIE to be enabled when entering sleep.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.c | 30 * PLLs for power savings when entering low power states. 192 LOG_DBG("entering PM state runtime idle"); in pm_state_set() 197 LOG_DBG("entering PM state suspend to idle"); in pm_state_set() 207 LOG_DBG("Entering PM state soft off"); in pm_state_set()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | cpu_idle.c | 41 /* before entering low power state. */ \ 72 * before entering low power state. in arch_cpu_idle()
|
/Zephyr-latest/samples/subsys/pm/latency/src/ |
D | pm.c | 40 LOG_INF("Entering %s{%u}", state2str(state), substate_id); in pm_state_set()
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | power.c | 54 * prevent entering an ISR after unmasking in BASEPRI. in z_power_soc_deep_sleep() 125 * allowing wake from any enabled interrupt and prevents the CPU from entering
|
/Zephyr-latest/soc/st/stm32/stm32wbx/ |
D | power.c | 50 /* The switch on HSI before entering Stop Mode is required */ in lpm_hsem_lock() 54 /* The switch on HSI before entering Stop Mode is required */ in lpm_hsem_lock()
|
/Zephyr-latest/samples/subsys/debug/debugmon/ |
D | README.rst | 15 #. Specify custom interrupt to be executed when entering a breakpoint
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 51 e.g. button-less bootloader serial recovery mode entering from the
|
/Zephyr-latest/dts/bindings/serial/ |
D | renesas,smartbond-uart.yaml | 49 Time to prevent UART entering sleep mode after receiving data (ms)
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcux | 28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving
|
1234567