Home
last modified time | relevance | path

Searched refs:DPORT_CRYPTO_DMA_RST (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h165 return DPORT_CRYPTO_DMA_RST; in periph_ll_get_rst_en_mask()
170 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()
173 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()
178 …return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_HMAC_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()
181 return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h612 #define DPORT_CRYPTO_DMA_RST (BIT(6)) macro