Home
last modified time | relevance | path

Searched refs:DPORT_READ_PERI_REG (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h84 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
90 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
93 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
102 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h81 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
87 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
90 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
93 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
96 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
99 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
102 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h83 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
89 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
92 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
95 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
98 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
101 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
104 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h84 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
90 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
93 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
102 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h84 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
90 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
93 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
102 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h82 #define DPORT_READ_PERI_REG(addr) _DPORT_READ_PERI_REG(addr) macro
88 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
91 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
94 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
97 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
100 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
103 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h175 #define DPORT_READ_PERI_REG(reg) DPORT_REG_READ(reg) macro
181 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&…
184 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|…
187 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask))
190 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(…
193 …RI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_PERI_REG(reg)&(~((bi…
196 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask))
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_peri_ll.h44 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_6_REG); in memprot_ll_peri1_get_ctrl_reg()
49 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_7_REG); in memprot_ll_peri1_get_fault_reg()
83 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_0_REG); in memprot_ll_peri1_get_lock_reg()
176 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_1_REG); in memprot_ll_peri1_rtcslow_get_conf_reg()
206 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_AHB_3_REG); in memprot_ll_peri2_get_ctrl_reg()
211 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_AHB_4_REG); in memprot_ll_peri2_get_fault_reg()
243 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_AHB_0_REG); in memprot_ll_peri2_get_lock_reg()
348 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_1_REG); in memprot_ll_peri2_rtcslow_0_get_conf_reg()
436 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DPORT_2_REG); in memprot_ll_peri2_rtcslow_1_get_conf_reg()
Dmemprot_ll.h45 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_4_REG); in memprot_ll_iram0_get_conf_reg()
50 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_5_REG); in memprot_ll_iram0_get_fault_reg()
88 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_0_REG); in memprot_ll_iram0_get_lock_reg()
265 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_1_REG); in memprot_ll_iram0_sram_get_perm_uni_reg()
270 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_2_REG); in memprot_ll_iram0_sram_get_perm_split_reg()
417 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_3_REG); in memprot_ll_iram0_rtcfast_get_perm_split_reg()
544 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DRAM0_0_REG); in memprot_ll_dram0_get_lock_reg()
554 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DRAM0_3_REG); in memprot_ll_dram0_get_conf_reg()
559 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DRAM0_4_REG); in memprot_ll_dram0_get_fault_reg()
686 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_DRAM0_1_REG); in memprot_ll_dram0_sram_get_perm_reg()
[all …]
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c224 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
225 hwcrypto_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERI_CLK_EN_REG); in esp_perip_clk_init()
226 wifi_bt_sdio_clk = ~DPORT_READ_PERI_REG(DPORT_WIFI_CLK_EN_REG); in esp_perip_clk_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dclk.c221 common_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN_REG); in esp_perip_clk_init()
222 hwcrypto_perip_clk = ~DPORT_READ_PERI_REG(DPORT_PERIP_CLK_EN1_REG); in esp_perip_clk_init()
223 wifi_bt_sdio_clk = ~DPORT_READ_PERI_REG(DPORT_WIFI_CLK_EN_REG); in esp_perip_clk_init()