Searched refs:portENABLE_INTERRUPTS (Results 1 – 3 of 3) sorted by relevance
307 #ifndef portENABLE_INTERRUPTS309 #define portENABLE_INTERRUPTS() __enable_interrupt() macro311 #define portENABLE_INTERRUPTS() __enable_interrupts() macro313 #define portENABLE_INTERRUPTS() __enable_irq() macro316 #define portENABLE_INTERRUPTS() _tx_thread_interrupt_restore(TX_INT_ENABLE) macro326 #define taskENABLE_INTERRUPTS() portENABLE_INTERRUPTS()
98 `portENABLE_INTERRUPTS`
265 portENABLE_INTERRUPTS(); in vPortExitCritical()