Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h159 return (DPORT_CRYPTO_RSA_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()
162 return DPORT_CRYPTO_RSA_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h630 #define DPORT_CRYPTO_RSA_RST (BIT(3)) macro