Searched refs:SYSTIMER_LL_ALARM_CLOCK (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 86 systimer_hal_set_alarm_target(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK, timestamp); in esp_timer_impl_set_alarm_id() 99 systimer_ll_clear_alarm_int(systimer_hal.dev, SYSTIMER_LL_ALARM_CLOCK); in timer_alarm_isr() 129 …systimer_hal_select_alarm_mode(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK, SYSTIMER_ALARM_MODE_ONESHOT… in esp_timer_impl_early_init() 130 …systimer_hal_connect_alarm_counter(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK, SYSTIMER_LL_COUNTER_CLO… in esp_timer_impl_early_init() 155 systimer_hal_enable_alarm_int(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK); in esp_timer_impl_init() 163 systimer_ll_enable_alarm(systimer_hal.dev, SYSTIMER_LL_ALARM_CLOCK, false); in esp_timer_impl_deinit() 165 systimer_ll_enable_alarm_int(systimer_hal.dev, SYSTIMER_LL_ALARM_CLOCK, false); in esp_timer_impl_deinit() 177 uint64_t val = systimer_hal_get_alarm_value(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK); in esp_timer_impl_get_alarm_reg()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | systimer_ll.h | 24 #define SYSTIMER_LL_ALARM_CLOCK (2) // Alarm used for "wallclock" time macro
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | systimer_ll.h | 22 #define SYSTIMER_LL_ALARM_CLOCK (2) // Alarm used for "wallclock" time macro
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | systimer_ll.h | 25 #define SYSTIMER_LL_ALARM_CLOCK (2) // Alarm used for "wallclock" time macro
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | systimer_ll.h | 24 #define SYSTIMER_LL_ALARM_CLOCK (2) // Alarm used for "wallclock" time macro
|