Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dcrypto_dma_ll.h40 …SET_PERI_REG_MASK(CRYPTO_DMA_CONF0_REG, CONF0_REG_AHBM_RST | CONF0_REG_OUT_RST | CONF0_REG_AHBM_FI… in crypto_dma_ll_reset()
41 …CLEAR_PERI_REG_MASK(CRYPTO_DMA_CONF0_REG, CONF0_REG_AHBM_RST | CONF0_REG_OUT_RST | CONF0_REG_AHBM_… in crypto_dma_ll_reset()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dcrypto_dma_reg.h98 #define CONF0_REG_OUT_RST (BIT(1)) macro