Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h466 hw->wakeup.cntl0.sleep_req = 1; in pmu_ll_hp_set_sleep_enable()
471 hw->wakeup.cntl1.sleep_reject_ena = reject; in pmu_ll_hp_set_reject_enable()
472 hw->wakeup.cntl1.slp_reject_en = 1; in pmu_ll_hp_set_reject_enable()
477 hw->wakeup.cntl1.slp_reject_en = 0; in pmu_ll_hp_set_reject_disable()
480 FORCE_INLINE_ATTR void pmu_ll_hp_set_wakeup_enable(pmu_dev_t *hw, uint32_t wakeup) in pmu_ll_hp_set_wakeup_enable() argument
482 hw->wakeup.cntl2 = wakeup; in pmu_ll_hp_set_wakeup_enable()
487 hw->wakeup.cntl3.sleep_prt_sel = mode; in pmu_ll_hp_set_sleep_protect_mode()
492 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->wakeup.cntl3, hp_min_slp_val, slow_clk_cycle); in pmu_ll_hp_set_min_sleep_cycle()
497 hw->wakeup.cntl4.slp_reject_cause_clr = 1; in pmu_ll_hp_clear_reject_cause()
502 return (hw->hp_ext.int_raw.wakeup == 1); in pmu_ll_hp_is_sleep_wakeup()
[all …]
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h424 hw->wakeup.cntl0.sleep_req = 1; in pmu_ll_hp_set_sleep_enable()
429 hw->wakeup.cntl1.sleep_reject_ena = reject; in pmu_ll_hp_set_reject_enable()
430 hw->wakeup.cntl1.slp_reject_en = 1; in pmu_ll_hp_set_reject_enable()
435 hw->wakeup.cntl1.slp_reject_en = 0; in pmu_ll_hp_set_reject_disable()
438 FORCE_INLINE_ATTR void pmu_ll_hp_set_wakeup_enable(pmu_dev_t *hw, uint32_t wakeup) in pmu_ll_hp_set_wakeup_enable() argument
440 hw->wakeup.cntl2 = wakeup; in pmu_ll_hp_set_wakeup_enable()
445 hw->wakeup.cntl3.sleep_prt_sel = mode; in pmu_ll_hp_set_sleep_protect_mode()
450 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->wakeup.cntl3, hp_min_slp_val, cycle); in pmu_ll_hp_set_min_sleep_cycle()
455 hw->wakeup.cntl4.slp_reject_cause_clr = 1; in pmu_ll_hp_clear_reject_cause()
460 return (hw->hp_ext.int_raw.wakeup == 1); in pmu_ll_hp_is_sleep_wakeup()
[all …]
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h42 uint32_t wakeup: 1; member
68 uint32_t wakeup: 1; member
94 uint32_t wakeup: 1; member
120 uint32_t wakeup: 1; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h41 …uint32_t wakeup: 1; /*This interrupt raw bit turns to high level when inpu… member
67 …uint32_t wakeup: 1; /*This is the status bit for uart_wakeup_int_raw when … member
93 …uint32_t wakeup: 1; /*This is the enable bit for uart_wakeup_int_st regist… member
119 …uint32_t wakeup: 1; /*Set this bit to clear the uart_wakeup_int_raw interr… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h42 …uint32_t wakeup : 1; /*This interrupt raw bit turns to high level when … member
68 …uint32_t wakeup : 1; /*This is the status bit for uart_wakeup_int_raw w… member
94 …uint32_t wakeup : 1; /*This is the enable bit for uart_wakeup_int_st re… member
120 …uint32_t wakeup : 1; /*Set this bit to clear the uart_wakeup_int_raw in… member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h176 uint32_t wakeup:1; member
271 uint32_t wakeup:1; member
361 uint32_t wakeup:1; member
451 uint32_t wakeup:1; member
Dpmu_struct.h593 uint32_t wakeup : 1; member
674 volatile pmu_wakeup_hw_regmap_t wakeup; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Duart_struct.h176 uint32_t wakeup:1; member
271 uint32_t wakeup:1; member
361 uint32_t wakeup:1; member
451 uint32_t wakeup:1; member
Dpmu_struct.h583 uint32_t wakeup : 1; member
658 volatile pmu_wakeup_hw_regmap_t wakeup; member
/hal_espressif-latest/zephyr/
DKconfig102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
125 on esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.
/hal_espressif-latest/components/esp_hw_support/
DKconfig146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
169 … on esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.
181 bool "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs"
184 … When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to
202 bool "Check the cache safety of the sleep wakeup code in sleep process"
207 … light sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.rtc46 wakeup sources of both touchpad and ULP are not available in method 1 and method 2.
50 all wakeup sources, and save some code size.
/hal_espressif-latest/components/esp_phy/
DKconfig8 …PHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calib…
/hal_espressif-latest/components/esp_pm/
DKconfig133 …potential to block the sleep process and cause the wakeup time to be skipped, which will cause the…
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild366 between wakeup performance from deep sleep, and image integrity checks.
424 When a wakeup occurs (from Deep sleep), the bootloader retrieves it and