Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h866 …uint32_t or_unlock_dcdc : 1; //!< default:0 rtc_init:0 not used in this version o… member
892 .or_unlock_dcdc = 0, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c157 REGI2C_WRITE_MASK(I2C_PMU, I2C_PMU_OR_UNLOCK_DCDC, pmu_cfg.or_unlock_dcdc); in pmu_ctl()