/Zephyr-latest/dts/bindings/power/ |
D | nxp,aon-wakeup-pin.yaml | 4 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
|
D | atmel,sam-supc.yaml | 13 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/ |
D | b_u585i_iot02a.overlay | 8 /* 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.
|
D | nucleo_wb55rg.overlay | 9 /* 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.
|
D | nucleo_h563zi.overlay | 8 /* 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.
|
D | nucleo_wl55jc.overlay | 9 /* 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 */
|
D | stm32l562e_dk.overlay | 28 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/ |
D | main.c | 25 /* 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/ |
D | sample.yaml | 2 name: STM32 Power Management Serial Wakeup 12 - "Device is wakeup capable" 13 - "Wakeup source enable ok" 14 - "Wakeup source enabled"
|
D | README.rst | 2 :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/ |
D | wuc_ite_it8xxx2.c | 22 /* 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/ |
D | ite,it8xxx2-wuc.yaml | 13 "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/ |
D | Kconfig | 14 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/ |
D | ite,it8xxx2-kbd.yaml | 20 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/ |
D | power.c | 99 * @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()
|
D | soc_power.h | 15 * @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/ |
D | main.c | 34 /* 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/ |
D | it81xx2.dtsi | 449 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/ |
D | pmu.h | 14 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/ |
D | main.c | 21 #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/ |
D | mec1501modular_assy6885.overlay | 9 wakeup-source; 14 wakeup-source;
|
D | mec15xxevb_assy6853.overlay | 9 wakeup-source; 14 wakeup-source;
|
/Zephyr-latest/tests/kernel/sleep/ |
D | README.txt | 1 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/ |
D | st,stm32-uart-base.yaml | 47 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/ |
D | soc_poweroff.c | 11 * achieves the lowest possible power consumption. Wakeup from this mode 12 * requires enabling a wakeup source or input, or power cycling the device.
|