Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h306 #ifndef portENABLE_INTERRUPTS
308 #define portENABLE_INTERRUPTS() __enable_interrupt() macro
310 #define portENABLE_INTERRUPTS() __enable_interrupts() macro
312 #define portENABLE_INTERRUPTS() __enable_irq() macro
315 #define portENABLE_INTERRUPTS() _tx_thread_interrupt_restore(TX_INT_ENABLE) macro
325 #define taskENABLE_INTERRUPTS() portENABLE_INTERRUPTS()
Dreadme.md98 `portENABLE_INTERRUPTS`
Dtx_freertos.c268 portENABLE_INTERRUPTS(); in vPortExitCritical()