Home
last modified time | relevance | path

Searched refs:vPortEnableInterrupt (Results 1 – 6 of 6) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/CDK/T-HEAD_CK802/
Dportmacro.h84 static inline void vPortEnableInterrupt( void ) in vPortEnableInterrupt() function
121 #define portENABLE_INTERRUPTS() vPortEnableInterrupt()
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/
Dportmacro.h283 void vPortEnableInterrupt( uint8_t ucInterruptID );
Dport.c298 void vPortEnableInterrupt( uint8_t ucInterruptID ) in vPortEnableInterrupt() function
/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/
Dportmacro.h288 void vPortEnableInterrupt( uint8_t ucInterruptID );
Dport.c312 void vPortEnableInterrupt( uint8_t ucInterruptID ) in vPortEnableInterrupt() function
/Kernel-v10.6.2/
DHistory.txt593 + Bug fix in vPortEnableInterrupt() for the GCC Microblaze port to protect