Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dperiph_ctrl.c17 static int periph_spinlock; variable
19 #define ENTER_CRITICAL_SECTION() do { periph_spinlock = irq_lock(); } while(0)
20 #define LEAVE_CRITICAL_SECTION() irq_unlock(periph_spinlock);
Dclk_ctrl_os.c14 static int periph_spinlock; variable
16 #define ENTER_CRITICAL_SECTION() do { periph_spinlock = irq_lock(); } while(0)
17 #define LEAVE_CRITICAL_SECTION() irq_unlock(periph_spinlock);