Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_random.c40 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_PERIF_I2C_RSTB); in soc_random_enable()
41 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_XPD_PERIF_I2C); in soc_random_enable()
98 CLEAR_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_PERIF_I2C_RSTB); in soc_random_disable()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_random_esp32c6.c40 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_PERIF_I2C_RSTB); in bootloader_random_enable()
41 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_XPD_PERIF_I2C); in bootloader_random_enable()
Dbootloader_random_esp32h2.c36 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_XPD_PERIF_I2C); in bootloader_random_enable()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_init.c212 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_PERIF_I2C_RSTB); in pmu_init()
213 SET_PERI_REG_MASK(PMU_RF_PWC_REG, PMU_XPD_PERIF_I2C); in pmu_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_reg.h2458 #define PMU_RF_PWC_REG (DR_REG_PMU_BASE + 0x154) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_reg.h2514 #define PMU_RF_PWC_REG (DR_REG_PMU_BASE + 0x154) macro