Searched refs:SYSCON_ROM_POWER_UP (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_sleep.c | 50 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, SYSCON_ROM_POWER_UP); in rtc_sleep_pu() 52 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, 0); in rtc_sleep_pu()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_sleep.c | 53 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, SYSCON_ROM_POWER_UP); in rtc_sleep_pu() 55 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, 0); in rtc_sleep_pu()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_sleep.c | 53 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, SYSCON_ROM_POWER_UP); in rtc_sleep_pu() 55 REG_SET_FIELD(SYSCON_MEM_POWER_UP_REG, SYSCON_ROM_POWER_UP, 0); in rtc_sleep_pu()
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | syscon_reg.h | 297 #define SYSCON_ROM_POWER_UP 0x00000003 macro
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | syscon_reg.h | 485 #define SYSCON_ROM_POWER_UP 0x00000003 macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | syscon_reg.h | 609 #define SYSCON_ROM_POWER_UP 0x00000007 macro
|