Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c50 #define RMT_ENTER_CRITICAL() portENTER_CRITICAL_SAFE(&(rmt_contex.rmt_spinlock))
51 #define RMT_EXIT_CRITICAL() portEXIT_CRITICAL_SAFE(&(rmt_contex.rmt_spinlock))
64 …portMUX_TYPE rmt_spinlock; // Mutex lock for protecting concurrent register/unregister of RMT chan… member
102 .rmt_spinlock = portMUX_INITIALIZER_UNLOCKED,