Home
last modified time | relevance | path

Searched refs:PMU_PERIF_I2C_RSTB (Results 1 – 4 of 4) 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()
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()
/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()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_reg.h2462 #define PMU_PERIF_I2C_RSTB (BIT(26)) macro