Home
last modified time | relevance | path

Searched refs:SYSTIMER_ALARM_OS_TICK_CORE0 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsystimer.h14 #define SYSTIMER_ALARM_OS_TICK_CORE0 0 // Alarm used by OS tick, dedicated for core 0 macro
/hal_espressif-latest/components/esp_system/
Dsystick_etm.c35 uint32_t event_id = SYSTIMER_EVT_CNT_CMP0 + SYSTIMER_ALARM_OS_TICK_CORE0 + core_id; in esp_systick_new_etm_alarm_event()