Home
last modified time | relevance | path

Searched full:standby (Results 1 – 25 of 160) sorted by relevance

1234567

/Zephyr-latest/samples/subsys/pm/latency/boards/
Dnative_sim.overlay20 standby: standby {
22 power-state-name = "standby";
30 cpu-power-states = <&runtime_idle &suspend_to_idle &standby>;
/Zephyr-latest/drivers/timer/
DKconfig.stm32_lptim68 Use an additional timer while entering Standby mode.
70 but LPTIM is not clocked in standby mode. These chips usually have
75 Use the Standby timer for timeout (wakeup) when the system is entering
76 Standby state.
78 The chosen Standby timer node has to support setting alarm from the
Dstm32_lptim_timer.c93 * entering standby state.
95 * It is used for chips that has to use a separate standby timer in such
100 /* Cycle counter before entering the standby state. */
103 /* Standby timer value before entering the standby state. */
106 /* Standby timer used for timer while entering the standby state */
234 /* Set the alarm using timer that runs the standby. in sys_clock_set_timeout()
242 * measurements after exiting the standby state. in sys_clock_set_timeout()
611 /* Get current value for standby timer and reset LPTIM counter value in sys_clock_idle_exit()
617 /* Calculate how much time has passed since last measurement for standby timer */ in sys_clock_idle_exit()
629 /* Convert standby time in LPTIM cnt */ in sys_clock_idle_exit()
[all …]
Dmcux_os_timer.c39 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(standby)) && CONFIG_PM
74 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(standby)) && CONFIG_PM
181 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(standby)) && CONFIG_PM in sys_clock_set_timeout()
250 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(standby)) && CONFIG_PM in sys_clock_idle_exit()
282 /* On some SoC's, OS Timer cannot wakeup from low power mode in standby modes */ in sys_clock_driver_init()
283 #if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(standby)) && CONFIG_PM in sys_clock_driver_init()
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/
DREADME.rst2 :name: Standby/Shutdown mode
5 Enter and exit Standby/Shutdown mode on STM32.
10 This sample is a minimum application to demonstrate basic power management of Standby mode and
15 when LED2 is ON to enter to Standby Mode
42 when LED2 is ON to enter to Standby Mode
Dsample.yaml19 - "when LED2 is ON to enter to Standby Mode"
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
Dsample.yaml2 name: STM32 PM Standby Power Management
11 - "Exit Standby"
DREADME.rst24 The board shall have an RTC to use it during the standby mode as a replacement
26 able to restore context after standby.
/Zephyr-latest/drivers/can/transceiver/
Dcan_transceiver_gpio.c20 /* Does any devicetree instance have a standby-gpios property? */
52 LOG_ERR("failed to set standby GPIO pin (err %d)", err); in can_transceiver_gpio_set_state()
97 LOG_ERR("standby pin GPIO device not ready"); in can_transceiver_gpio_init()
101 /* CAN transceiver is put in standby during initialization */ in can_transceiver_gpio_init()
104 LOG_ERR("failed to configure standby GPIO pin (err %d)", err); in can_transceiver_gpio_init()
130 CAN_TRANSCEIVER_GPIO_COND(inst, standby) \
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/src/
Dmain.c47 /* Set pull-ups for standby modes */ in config_wakeup_features()
79 printk("Standby Mode requested\n"); in thread_poweroff_standby_mode()
80 printk("Release the user button to exit from Standby Mode\n\n"); in thread_poweroff_standby_mode()
85 /* stay in Standby mode until wakeup line activated */ in thread_poweroff_standby_mode()
102 printk("\nReset cause: Standby mode\n\n"); in main()
143 printk(" when LED2 is ON to enter to Standby Mode\n\n"); in main()
/Zephyr-latest/dts/bindings/phy/
Dcan-transceiver-gpio.yaml18 standby-gpios:
21 GPIO to use to put the CAN transceiver into standby. This GPIO is driven
/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml18 - "<inf> app: Sleeping for 1.3 seconds, we should enter STANDBY"
19 - "<inf> soc_pm: Entering STANDBY{0}"
57 - "<inf> app: Finished, we should now enter STANDBY"
58 - "<inf> soc_pm: Entering STANDBY{0}"
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst10 - VSBY (voltage standby) state - check if the BBRAM is using standby voltage.
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst15 * Sleep for 3 seconds (Standby mode)
44 5. Device will demonstrate active, idle and standby modes.
62 Sleep 3 s (STANDBY)
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/boards/
Dnucleo_wba55cg.overlay11 cpu-power-states = <&stop0 &stop1 &standby>;
23 standby: state2 {
/Zephyr-latest/dts/bindings/clock/
Drenesas,r8a779f0-cpg-mssr.yaml4 description: Renesas R8A779F0 SoC Clock Pulse Generator / Module Standby and Software Reset
Drenesas,r8a7795-cpg-mssr.yaml4 description: Renesas R8A7795 SoC Clock Pulse Generator / Module Standby and Software Reset
Drenesas,rcar-cpg-mssr.yaml4 description: Renesas Clock Pulse Generator / Module Standby and Software Reset
/Zephyr-latest/drivers/serial/
Duart_ite_it8xxx2.c59 * The pm state of it8xxx2 chip only supports standby, so here we in uart1_wui_isr()
60 * can directly set the constraint for standby. in uart1_wui_isr()
79 * The pm state of it8xxx2 chip only supports standby, so here we in uart2_wui_isr()
80 * can directly set the constraint for standby. in uart2_wui_isr()
/Zephyr-latest/include/zephyr/drivers/
Dbbram.h35 * @brief API template to check for standby power failure.
108 * @brief Check for standby (Volt SBY) power failure.
110 * Check if the V standby power domain is turned on after it was off then reset the status bit.
235 * @brief Set the emulated BBRAM driver's standby power state
240 * @param[in] failure Whether or not standby power failure should be emulated
/Zephyr-latest/drivers/sensor/bosch/bme280/
DKconfig87 prompt "BME280 standby time"
90 Select standby time between measurements for the BME280 sensor.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dbmp581_user.h83 /*! Standby powermode */
91 /*! Deep standby powermode */
/Zephyr-latest/dts/bindings/memory-controllers/
Dst,stm32-backup-sram.yaml8 retain data during low-power mode (Standby and VBAT mode).
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_host_commands.h21 STANDBY = 0x41, enumerator
/Zephyr-latest/drivers/bbram/
DKconfig.stm3216 by system reset or when the device wakes up from Standby mode. They are

1234567