Home
last modified time | relevance | path

Searched refs:SYSTEM_CRYPTO_SHA_RST (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_gate_ll.h102 return (SYSTEM_CRYPTO_SHA_RST); in periph_ll_get_rst_en_mask()
105 return SYSTEM_CRYPTO_SHA_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_gate_ll.h138 return (SYSTEM_CRYPTO_SHA_RST | SYSTEM_CRYPTO_DS_RST | SYSTEM_CRYPTO_HMAC_RST); in periph_ll_get_rst_en_mask()
141 return SYSTEM_CRYPTO_SHA_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_gate_ll.h181 return (SYSTEM_CRYPTO_SHA_RST | SYSTEM_CRYPTO_DS_RST | SYSTEM_CRYPTO_HMAC_RST) ; in periph_ll_get_rst_en_mask()
184 return SYSTEM_CRYPTO_SHA_RST; in periph_ll_get_rst_en_mask()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsystem_reg.h308 #define SYSTEM_CRYPTO_SHA_RST (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsystem_reg.h585 #define SYSTEM_CRYPTO_SHA_RST (BIT(2)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsystem_reg.h620 #define SYSTEM_CRYPTO_SHA_RST (BIT(2)) macro