Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/
Dpcnt.c37 #define PCNT_ENTER_CRITICAL(mux) portENTER_CRITICAL(mux) macro
118 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_pause()
128 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_resume()
138 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_counter_clear()
148 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_intr_enable()
158 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_intr_disable()
254 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_isr_handler_add()
272 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in _pcnt_isr_handler_remove()
500 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in pcnt_isr_unregister()
510 PCNT_ENTER_CRITICAL(&pcnt_spinlock); in pcnt_isr_register()