Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dsystimer_types.h47 SYSTIMER_ALARM_MODE_ONESHOT, /*!< systimer alarm oneshot mode */ enumerator
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_systimer.c129 …ystimer_hal_select_alarm_mode(&systimer_hal, SYSTIMER_LL_ALARM_CLOCK, SYSTIMER_ALARM_MODE_ONESHOT); in esp_timer_impl_early_init()
/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c127 case SYSTIMER_ALARM_MODE_ONESHOT: in systimer_hal_select_alarm_mode()