Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/CDK/T-HEAD_CK802/
Dportmacro.h84 static inline void vPortEnableInterrupt( void ) in vPortEnableInterrupt() function
122 #define portENABLE_INTERRUPTS() vPortEnableInterrupt()
/Kernel-v11.0.1/portable/GCC/MicroBlazeV8/
Dportmacro.h289 void vPortEnableInterrupt( uint8_t ucInterruptID );
Dport.c300 void vPortEnableInterrupt( uint8_t ucInterruptID ) in vPortEnableInterrupt() function
/Kernel-v11.0.1/portable/GCC/MicroBlazeV9/
Dportmacro.h294 void vPortEnableInterrupt( uint8_t ucInterruptID );
Dport.c317 void vPortEnableInterrupt( uint8_t ucInterruptID ) in vPortEnableInterrupt() function
/Kernel-v11.0.1/
DHistory.txt685 + Bug fix in vPortEnableInterrupt() for the GCC Microblaze port to protect