Searched refs:portENABLE_INTERRUPTS (Results 1 – 3 of 3) sorted by relevance
306 #ifndef portENABLE_INTERRUPTS308 #define portENABLE_INTERRUPTS() __enable_interrupt() macro310 #define portENABLE_INTERRUPTS() __enable_interrupts() macro312 #define portENABLE_INTERRUPTS() __enable_irq() macro315 #define portENABLE_INTERRUPTS() _tx_thread_interrupt_restore(TX_INT_ENABLE) macro325 #define taskENABLE_INTERRUPTS() portENABLE_INTERRUPTS()
98 `portENABLE_INTERRUPTS`
268 portENABLE_INTERRUPTS(); in vPortExitCritical()