Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis.h27 #define IRQ_LOCK_MASK (CPSR_I_Msk | CPSR_F_Msk) macro
51 uint32_t st = cpsr & IRQ_LOCK_MASK; in int_lock_global()
52 if (st != IRQ_LOCK_MASK) { in int_lock_global()
53 cpsr |= IRQ_LOCK_MASK; in int_lock_global()
69 if (pri != IRQ_LOCK_MASK) { in int_unlock_global()
71 cpsr = (cpsr & ~IRQ_LOCK_MASK) | pri; in int_unlock_global()

Completed in 2 milliseconds