Home
last modified time | relevance | path

Searched full:wakeup (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/Zephyr-latest/dts/bindings/power/
Dnxp,aon-wakeup-pin.yaml4 description: Some NXP SoC's have pins dedicated to generate a wakeup interrupt.
6 compatible: "nxp,aon-wakeup-pin"
14 description: Interrupt to wakeup the SoC from low power modes.
16 wakeup-level:
23 Wakeup level on the pin, default is wakeup on high level
Datmel,sam-supc.yaml13 inform the wakeup-source-id property on their respective nodes.
17 wakeup-source-id = <&supc SUPC_WAKEUP_SOURCE_RTC>;
22 wakeup-source is defined, e.g.:
26 wakeup-source;
30 The SUPC wakeup source ids that can be enabled are defined in the
42 "#wakeup-source-id-cells":
46 wakeup-source-id-cells:
47 - wakeup-source-id
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Db_u585i_iot02a.overlay8 /* USART Wakeup requires automatic HSI16 switch on in deepsleep mode
16 /* Set domain clock to HSI to allow wakeup from Stop mode */
20 /* Configure device as wakeup source */
21 wakeup-source;
23 /* Enable FIFO to avoid losing chars on device wakeup */
27 * device is not configured as wakeup source by the application.
Dnucleo_wb55rg.overlay9 /* USART Wakeup requires automatic HSI16 switch on in deepsleep mode
17 /* Set domain clock to HSI to allow wakeup from Stop mode */
21 /* Configure device as wakeup source */
22 wakeup-source;
24 /* Enable FIFO to avoid losing chars on device wakeup */
28 * device is not configured as wakeup source by the application.
Dnucleo_h563zi.overlay8 /* Set domain clock to HSI to allow wakeup from Stop mode */
12 /* Configure device as wakeup source */
13 wakeup-source;
15 /* Enable FIFO to avoid losing chars on device wakeup */
19 * device is not configured as wakeup source by the application.
Dnucleo_wl55jc.overlay9 /* Set domain clock to LSE to allow wakeup from Stop mode */
16 /* Enable as wakeup source */
17 wakeup-source;
19 /* Enable FIFO to avoid losing chars on device wakeup */
Dstm32l562e_dk.overlay28 wakeup-source;
30 /* Enable FIFO to avoid losing chars on device wakeup */
40 /* Uncomment out this line to use usart1 as wakeup source */
41 /* wakeup-source; */
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/src/
Dmain.c25 /* In PM_DEVICE modes, enable device as a wakeup source will prevent in main()
35 printk("Device is not wakeup capable\n"); in main()
37 printk("Device is wakeup capable\n"); in main()
41 printk("Could not enable wakeup source\n"); in main()
43 printk("Wakeup source enable ok\n"); in main()
48 printk("Wakeup source not enabled\n"); in main()
50 printk("Wakeup source enabled\n"); in main()
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
Dsample.yaml2 name: STM32 Power Management Serial Wakeup
12 - "Device is wakeup capable"
13 - "Wakeup source enable ok"
14 - "Wakeup source enabled"
DREADME.rst2 :name: Serial wakeup
10 This sample is a minimum application to demonstrate serial wakeup functionality
13 .. _stm32-pm-serial-wakeup-sample-requirements:
23 be a functional wakeup source:
30 - Port should be set as "wakeup-source"
/Zephyr-latest/drivers/interrupt_controller/
Dwuc_ite_it8xxx2.c22 /* WUC wakeup edge mode register */
24 /* WUC wakeup edge sense register */
26 /* WUC wakeup enable register */
28 /* WUC wakeup both edge mode register */
45 /* Enable wakeup interrupt of the pin */ in it8xxx2_wuc_enable()
62 /* Disable wakeup interrupt of the pin */ in it8xxx2_wuc_disable()
75 /* W/C wakeup interrupt status of the pin */ in it8xxx2_wuc_clear_status()
89 /* Set wakeup interrupt edge trigger mode of the pin */ in it8xxx2_wuc_set_polarity()
/Zephyr-latest/dts/bindings/interrupt-controller/
Dite,it8xxx2-wuc.yaml13 "wakeup-controller":
16 description: conveys that this node is a wakeup controller
21 description: number of items to expect in a wakeup controller specifier
/Zephyr-latest/samples/boards/nordic/system_off/
DKconfig14 Enable system off wakeup from pressing sw0 button.
19 Enable system off wakeup from GRTC.
24 Enable system off wakeup from analog comparator.
/Zephyr-latest/dts/bindings/input/
Dite,it8xxx2-kbd.yaml20 Configure wakeup controller, this controller is used to set that
21 when the interrupt is triggered in EC low power mode, it can wakeup
22 EC or not. Via this controller, we set the wakeup trigger edge,
23 enable, disable, and clear wakeup status for the specific pin which
/Zephyr-latest/soc/arm/beetle/
Dpower.c99 * @brief Setup initial wakeup sources on SoC.
101 * Setup the SoC wakeup sources.
106 /* Configure Wakeup Sources */ in wakeup_src_init()
111 * @brief Setup various clocks and wakeup sources in the SoC.
113 * Configures the clocks and wakeup sources in the SoC.
126 /* Setup initial wakeup sources */ in soc_power_init()
Dsoc_power.h15 * @brief Setup various clocks and wakeup sources in the SoC.
17 * Configures the clocks and wakeup sources in the SoC.
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/src/
Dmain.c34 /* Enable wakeup source. Next time the system is called in pm_state_set()
86 zassert_true(ret, "Could not enable wakeup source"); in ZTEST()
89 zassert_true(ret, "Wakeup source not enabled"); in ZTEST()
92 zassert_true(ret, "Could not disable wakeup source"); in ZTEST()
95 zassert_false(ret, "Wakeup source is enabled"); in ZTEST()
103 * suspend all devices. As gpio is wakeup capability is not in ZTEST()
/Zephyr-latest/dts/riscv/ite/
Dit81xx2.dtsi449 wuc1: wakeup-controller@f01b00 {
455 wakeup-controller;
459 wuc2: wakeup-controller@f01b01 {
465 wakeup-controller;
469 wuc3: wakeup-controller@f01b02 {
475 wakeup-controller;
479 wuc4: wakeup-controller@f01b03 {
485 wakeup-controller;
489 wuc5: wakeup-controller@f01b0c {
495 wakeup-controller;
[all …]
/Zephyr-latest/soc/ene/kb1200/reg/
Dpmu.h14 volatile uint8_t PMUIDLE; /*IDLE wakeup by Interrupt Register */
16 volatile uint32_t PMUSTOP; /*STOP Wakeup Source Register */
25 /* STOP Wakeup Source */
/Zephyr-latest/samples/boards/espressif/deep_sleep/src/
Dmain.c21 #error "Unsupported: wakeup-button alias is not defined"
72 printk("Enabling timer wakeup, %ds\n", wakeup_time_sec); in main()
81 printk("Enabling EXT1 wakeup on pins GPIO%d, GPIO%d\n", in main()
94 printk("Error: wakeup button device %s is not ready\n", wakeup_button.port->name); in main()
107 printk("Enabling GPIO wakeup on pins GPIO%d\n", wakeup_button.pin); in main()
/Zephyr-latest/samples/drivers/ps2/boards/
Dmec1501modular_assy6885.overlay9 wakeup-source;
14 wakeup-source;
Dmec15xxevb_assy6853.overlay9 wakeup-source;
14 wakeup-source;
/Zephyr-latest/tests/kernel/sleep/
DREADME.txt1 Title: cooperative thread Sleep and Wakeup APIs
5 This test verifies that cooperative sleep and wakeup APIs operate as
41 Testing: test thread sleep + helper thread wakeup test
42 Testing: test thread sleep + isr offload wakeup test
43 Testing: test thread sleep + main wakeup test thread
/Zephyr-latest/dts/bindings/serial/
Dst,stm32-uart-base.yaml47 wakeup-line:
50 EXTI line number matching the device wakeup interrupt mask register.
51 This property is required on stm32 devices where the wakeup interrupt signal could be
52 configured masked at boot (sm32wl55 for instance), preventing the device to wakeup
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_poweroff.c11 * achieves the lowest possible power consumption. Wakeup from this mode
12 * requires enabling a wakeup source or input, or power cycling the device.

12345678910>>...12