Home
last modified time | relevance | path

Searched refs:DPORT_CRYPTO_AES_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()
146 return DPORT_CRYPTO_AES_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()
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.h642 #define DPORT_CRYPTO_AES_RST (BIT(1)) macro