Home
last modified time | relevance | path

Searched refs:LP_TIMER_UPDATE_REG (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_timer_reg.h48 #define LP_TIMER_UPDATE_REG (DR_REG_LP_TIMER_BASE + 0x10) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_timer_reg.h79 #define LP_TIMER_UPDATE_REG (DR_REG_LP_TIMER_BASE + 0x10) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_time.c251 SET_PERI_REG_MASK(LP_TIMER_UPDATE_REG, LP_TIMER_MAIN_TIMER_UPDATE); in rtc_time_get()