Lines Matching refs:esp_timer
1 menu "High resolution timer (esp_timer)"
4 bool "Enable esp_timer profiling features"
27 to dispatch callbacks of timers created using ets_timer and esp_timer
41 It sets the interrupt level for esp_timer ISR in range 1..3.
42 A higher level (3) helps to decrease the ISR esp_timer latency.
45 bool "show esp_timer's experimental features"
47 This shows some hidden features of esp_timer.
57 prompt "esp_timer task core affinity"
63 - "CPU0": (default) esp_timer task is processed by CPU0.
64 - "CPU1": esp_timer task is processed by CPU1.
65 - "No affinity": esp_timer task can be processed by any CPU.
112 - ESP_TIMER_TASK - Timer callbacks are dispatched from a high-priority esp_timer task.
127 endmenu # esp_timer