Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c83 systimer_hal_set_alarm_target(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, timestamp); in esp_timer_impl_set_alarm_id()
90 systimer_ll_clear_alarm_int(systimer_hal.dev, SYSTIMER_ALARM_ESPTIMER); in timer_alarm_isr()
138 …systimer_hal_select_alarm_mode(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, SYSTIMER_ALARM_MODE_ONESHOT… in esp_timer_impl_early_init()
139 …systimer_hal_connect_alarm_counter(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, SYSTIMER_COUNTER_ESPTIM… in esp_timer_impl_early_init()
171 systimer_hal_enable_alarm_int(&systimer_hal, SYSTIMER_ALARM_ESPTIMER); in esp_timer_impl_init()
179 systimer_ll_enable_alarm(systimer_hal.dev, SYSTIMER_ALARM_ESPTIMER, false); in esp_timer_impl_deinit()
181 systimer_ll_enable_alarm_int(systimer_hal.dev, SYSTIMER_ALARM_ESPTIMER, false); in esp_timer_impl_deinit()
188 uint64_t val = systimer_hal_get_alarm_value(&systimer_hal, SYSTIMER_ALARM_ESPTIMER); in esp_timer_impl_get_alarm_reg()
Desp_timer_etm.c32 uint32_t event_id = SYSTIMER_EVT_CNT_CMP0 + SYSTIMER_ALARM_ESPTIMER; in esp_timer_new_etm_alarm_event()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsystimer.h16 #define SYSTIMER_ALARM_ESPTIMER 2 // Alarm used by esptimer macro