Home
last modified time | relevance | path

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

123456789

/FreeRTOS-Kernel/portable/GCC/ColdFire_V2/
A Dport.c105 portENABLE_INTERRUPTS(); in vPortEnterCritical()
119 portENABLE_INTERRUPTS(); in vPortExitCritical()
/FreeRTOS-Kernel/portable/MPLAB/PIC18F/
A Dportmacro.h75 #define portENABLE_INTERRUPTS() INTCONbits.GIEH = 1; macro
90 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/Rowley/MSP430F449/
A Dportmacro.h70 #define portENABLE_INTERRUPTS() _EINT(); macro
101 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/GCC/STR75x/
A Dportmacro.h96 #define portENABLE_INTERRUPTS() vPortEnableInterruptsFromThumb() macro
108 #define portENABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/MicroBlaze/
A Dportmacro.h80 #define portENABLE_INTERRUPTS() microblaze_enable_interrupts() macro
103 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/IAR/MSP430/
A Dportmacro.h70 #define portENABLE_INTERRUPTS() _EINT(); _NOP() macro
101 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/IAR/MSP430X/
A Dportmacro.h76 #define portENABLE_INTERRUPTS() __asm volatile ( "NOP\n" "EINT\n" "NOP" ) macro
107 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/IAR/V850ES/
A Dportmacro.h75 #define portENABLE_INTERRUPTS() __asm( "EI" ) macro
106 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/GCC/HCS12/
A Dportmacro.h82 #define portENABLE_INTERRUPTS() __asm( "cli" ) macro
111 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/GCC/MSP430F449/
A Dportmacro.h75 #define portENABLE_INTERRUPTS() asm volatile ( "EINT" ); asm volatile ( "NOP" ) macro
106 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_v1/
A Dportmacro.h112 #define portENABLE_INTERRUPTS() \ macro
133 portENABLE_INTERRUPTS() \
/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/Flsh186/
A Dportmacro.h85 void portENABLE_INTERRUPTS( void );
86 #pragma aux portENABLE_INTERRUPTS = "sti";
/FreeRTOS-Kernel/portable/oWatcom/16BitDOS/PC/
A Dportmacro.h86 void portENABLE_INTERRUPTS( void );
87 #pragma aux portENABLE_INTERRUPTS = "sti";
/FreeRTOS-Kernel/portable/CCS/MSP430X/
A Dportmacro.h76 #define portENABLE_INTERRUPTS() __asm volatile ( " NOP\n" " EINT\n" " NOP" ) macro
107 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91FR40008/
A Dportmacro.h221 #define portENABLE_INTERRUPTS() vPortEnableInterruptsFromThumb() macro
233 #define portENABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/
A Dportmacro.h216 #define portENABLE_INTERRUPTS() vPortEnableInterruptsFromThumb() macro
228 #define portENABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC2000/
A Dportmacro.h193 #define portENABLE_INTERRUPTS() vPortEnableInterruptsFromThumb() macro
205 #define portENABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/IAR/78K0R/
A Dportmacro.h75 #define portENABLE_INTERRUPTS() __asm( "EI" ) macro
106 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/GCC/ARM7_LPC23xx/
A Dportmacro.h216 #define portENABLE_INTERRUPTS() vPortEnableInterruptsFromThumb() macro
228 #define portENABLE_INTERRUPTS() \ macro
/FreeRTOS-Kernel/portable/GCC/RL78/
A Dportmacro.h70 #define portENABLE_INTERRUPTS() __asm volatile ( "EI" ) macro
101 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_EM_HS/
A Dportmacro.h112 #define portENABLE_INTERRUPTS() \ macro
134 portENABLE_INTERRUPTS() \
/FreeRTOS-Kernel/portable/CodeWarrior/ColdFire_V1/
A Dport.c135 portENABLE_INTERRUPTS(); in vPortEnterCritical()
148 portENABLE_INTERRUPTS(); in vPortExitCritical()
/FreeRTOS-Kernel/portable/CodeWarrior/ColdFire_V2/
A Dport.c119 portENABLE_INTERRUPTS(); in vPortEnterCritical()
132 portENABLE_INTERRUPTS(); in vPortExitCritical()
/FreeRTOS-Kernel/portable/CodeWarrior/HCS12/
A Dportmacro.h76 #define portENABLE_INTERRUPTS() __asm( "cli" ) macro
105 portENABLE_INTERRUPTS(); \
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dportmacro.h115 #define portENABLE_INTERRUPTS() __asm volatile ( "CPSIE i \n" ); macro
133 #define portCLEAR_INTERRUPT_MASK_FROM_ISR( x ) do { if( x == 0 ) portENABLE_INTERRUPTS( ); } whi…

Completed in 68 milliseconds

123456789