Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dclk_gate_ll.h143 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()
151 return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_HMAC_RST); in periph_ll_get_rst_en_mask()
159 return (DPORT_CRYPTO_RSA_RST | DPORT_CRYPTO_DS_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()
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()
Dspi_flash_encrypted_ll.h58 REG_CLR_BIT(DPORT_CPU_PERIP_RST_EN1_REG, DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST); in spi_flash_encrypt_ll_aes_accelerator_enable()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsystem_reg.h624 #define DPORT_CRYPTO_DS_RST (BIT(4)) macro