Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dlp_timer_reg.h81 #define LP_TIMER_MAIN_BUF0_LOW_REG (DR_REG_LP_TIMER_BASE + 0x14) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_timer_reg.h112 #define LP_TIMER_MAIN_BUF0_LOW_REG (DR_REG_LP_TIMER_BASE + 0x14) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_time.c252 uint64_t t = READ_PERI_REG(LP_TIMER_MAIN_BUF0_LOW_REG); in rtc_time_get()