Home
last modified time | relevance | path

Searched refs:DR_REG_DPORT_BASE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h27 #define DPORT_PRO_BOOT_REMAP_CTRL_REG (DR_REG_DPORT_BASE + 0x000)
35 #define DPORT_APP_BOOT_REMAP_CTRL_REG (DR_REG_DPORT_BASE + 0x004)
43 #define DPORT_ACCESS_CHECK_REG (DR_REG_DPORT_BASE + 0x008)
57 #define DPORT_PRO_DPORT_APB_MASK0_REG (DR_REG_DPORT_BASE + 0x00C)
65 #define DPORT_PRO_DPORT_APB_MASK1_REG (DR_REG_DPORT_BASE + 0x010)
73 #define DPORT_APP_DPORT_APB_MASK0_REG (DR_REG_DPORT_BASE + 0x014)
81 #define DPORT_APP_DPORT_APB_MASK1_REG (DR_REG_DPORT_BASE + 0x018)
89 #define DPORT_PERI_CLK_EN_REG (DR_REG_DPORT_BASE + 0x01C)
97 #define DPORT_PERI_RST_EN_REG (DR_REG_DPORT_BASE + 0x020)
115 #define DPORT_WIFI_BB_CFG_REG (DR_REG_DPORT_BASE + 0x024)
[all …]
Dsoc.h31 #define DR_REG_DPORT_BASE 0x3ff00000 macro
93 #define IS_DPORT_REG(_r) (((_r) >= DR_REG_DPORT_BASE) && (_r) <= DR_REG_DPORT_END)
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h91 #ifndef DR_REG_DPORT_BASE
92 #define DR_REG_DPORT_BASE 0x3ff00000 macro
122 #define IS_DPORT_REG(_r) (((_r) >= DR_REG_DPORT_BASE) && (_r) <= DR_REG_DPORT_END)
/hal_espressif-3.6.0/components/
DREADME.md64 - `DR_REG_DPORT_BASE`