Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h307 #ifndef portENABLE_INTERRUPTS
309 #define portENABLE_INTERRUPTS() __enable_interrupt() macro
311 #define portENABLE_INTERRUPTS() __enable_interrupts() macro
313 #define portENABLE_INTERRUPTS() __enable_irq() macro
316 #define portENABLE_INTERRUPTS() _tx_thread_interrupt_restore(TX_INT_ENABLE) macro
326 #define taskENABLE_INTERRUPTS() portENABLE_INTERRUPTS()
Dreadme.md98 `portENABLE_INTERRUPTS`
Dtx_freertos.c265 portENABLE_INTERRUPTS(); in vPortExitCritical()