Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c56 static portMUX_TYPE pcnt_spinlock = portMUX_INITIALIZER_UNLOCKED; variable
112 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_pause()
114 PCNT_EXIT_CRITICAL(&pcnt_spinlock); in _pcnt_counter_pause()
122 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_resume()
124 PCNT_EXIT_CRITICAL(&pcnt_spinlock); in _pcnt_counter_resume()
132 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_clear()
134 PCNT_EXIT_CRITICAL(&pcnt_spinlock); in _pcnt_counter_clear()
142 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_intr_enable()
144 PCNT_EXIT_CRITICAL(&pcnt_spinlock); in _pcnt_intr_enable()
269 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_isr_handler_add()
[all …]