Home
last modified time | relevance | path

Searched refs:SYSTIMER_LL_COUNTER_CLOCK (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_systimer.c69 return systimer_hal_get_counter_value(&systimer_hal, SYSTIMER_LL_COUNTER_CLOCK); in esp_timer_impl_get_counter_reg()
74 …return systimer_hal_get_counter_value(&systimer_hal, SYSTIMER_LL_COUNTER_CLOCK) / SYSTIMER_LL_TICK… in esp_timer_impl_get_time()
114 systimer_hal_counter_value_advance(&systimer_hal, SYSTIMER_LL_COUNTER_CLOCK, time_us); in esp_timer_impl_advance()
128 systimer_hal_enable_counter(&systimer_hal, SYSTIMER_LL_COUNTER_CLOCK); in esp_timer_impl_early_init()
130 …timer_hal_connect_alarm_counter(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK, SYSTIMER_LL_COUNTER_CLOCK); in esp_timer_impl_early_init()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dsystimer_ll.h21 #define SYSTIMER_LL_COUNTER_CLOCK (0) // Counter used for "wallclock" time macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dsystimer_ll.h21 #define SYSTIMER_LL_COUNTER_CLOCK (0) // Counter used for "wallclock" time macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dsystimer_ll.h21 #define SYSTIMER_LL_COUNTER_CLOCK (0) // Counter used for "wallclock" time macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dsystimer_ll.h21 #define SYSTIMER_LL_COUNTER_CLOCK (0) // Counter used for "wallclock" time macro