Home
last modified time | relevance | path

Searched refs:DPORT_PERI_EN_SHA (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dclk_gate_ll.h94 return DPORT_PERI_EN_SHA; in periph_ll_get_clk_en_mask()
164 return (DPORT_PERI_EN_SHA | DPORT_PERI_EN_SECUREBOOT); in periph_ll_get_rst_en_mask()
167 return DPORT_PERI_EN_SHA; in periph_ll_get_rst_en_mask()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dclk.c246 DPORT_PERI_EN_SHA | in esp_perip_clk_init()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h108 #define DPORT_PERI_EN_SHA (1<<1) macro