Home
last modified time | relevance | path

Searched refs:PCR_RSA_PD_CTRL_REG (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/esp32c6/
Dbignum.c35 REG_CLR_BIT(PCR_RSA_PD_CTRL_REG, PCR_RSA_MEM_PD); in esp_mpi_enable_hardware_hw_op()
46 REG_SET_BIT(PCR_RSA_PD_CTRL_REG, PCR_RSA_MEM_PD); in esp_mpi_disable_hardware_hw_op()
/hal_espressif-latest/components/mbedtls/port/esp32h2/
Dbignum.c35 REG_CLR_BIT(PCR_RSA_PD_CTRL_REG, PCR_RSA_MEM_PD); in esp_mpi_enable_hardware_hw_op()
46 REG_SET_BIT(PCR_RSA_PD_CTRL_REG, PCR_RSA_MEM_PD); in esp_mpi_disable_hardware_hw_op()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_reg.h1299 #define PCR_RSA_PD_CTRL_REG (DR_REG_PCR_BASE + 0xd4) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_reg.h1495 #define PCR_RSA_PD_CTRL_REG (DR_REG_PCR_BASE + 0xd0) macro