Home
last modified time | relevance | path

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

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