Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/port/xtensa/
Dport.c373 unsigned int irqStatus; in xPortInIsrContext() local
375 irqStatus=portENTER_CRITICAL_NESTED(); in xPortInIsrContext()
377 portEXIT_CRITICAL_NESTED(irqStatus); in xPortInIsrContext()