Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h849 …uint32_t or_en_cont_cal : 1; //!< default:0 rtc_init:0 pvt can be enable by eithe… member
875 .or_en_cont_cal = 0, \
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_init.c140 REGI2C_WRITE_MASK(I2C_PMU, I2C_PMU_OR_EN_CONT_CAL, pmu_cfg.or_en_cont_cal); in pmu_ctl()