Home
last modified time | relevance | path

Searched refs:DR_REG_HP_APM_BASE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dhp_apm_reg.h17 #define HP_APM_REGION_FILTER_EN_REG (DR_REG_HP_APM_BASE + 0x0)
29 #define HP_APM_REGION0_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x4)
41 #define HP_APM_REGION0_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x8)
53 #define HP_APM_REGION0_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0xc)
121 #define HP_APM_REGION1_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x10)
133 #define HP_APM_REGION1_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x14)
145 #define HP_APM_REGION1_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0x18)
213 #define HP_APM_REGION2_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x1c)
225 #define HP_APM_REGION2_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x20)
237 #define HP_APM_REGION2_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0x24)
[all …]
Dreg_base.h54 #define DR_REG_HP_APM_BASE 0x60099000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dhp_apm_reg.h17 #define HP_APM_REGION_FILTER_EN_REG (DR_REG_HP_APM_BASE + 0x0)
29 #define HP_APM_REGION0_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x4)
41 #define HP_APM_REGION0_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x8)
53 #define HP_APM_REGION0_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0xc)
121 #define HP_APM_REGION1_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x10)
133 #define HP_APM_REGION1_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x14)
145 #define HP_APM_REGION1_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0x18)
213 #define HP_APM_REGION2_ADDR_START_REG (DR_REG_HP_APM_BASE + 0x1c)
225 #define HP_APM_REGION2_ADDR_END_REG (DR_REG_HP_APM_BASE + 0x20)
237 #define HP_APM_REGION2_PMS_ATTR_REG (DR_REG_HP_APM_BASE + 0x24)
[all …]
Dreg_base.h49 #define DR_REG_HP_APM_BASE 0x60099000 macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_system_peripheral.c68 #define N_REGS_APM() (((HP_APM_CLOCK_GATE_REG - DR_REG_HP_APM_BASE) / 4) + 1) in sleep_sys_periph_tee_apm_retention_init()
71 …fig = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TEEAPM_LINK(0), DR_REG_HP_APM_BASE, DR_REG_HP_APM_BASE, N… in sleep_sys_periph_tee_apm_retention_init()