Home
last modified time | relevance | path

Searched refs:xPortSetInterruptMask (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dportmacro.h108 extern UBaseType_t xPortSetInterruptMask( void );
113 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
Dport.c356 UBaseType_t xPortSetInterruptMask( void ) in xPortSetInterruptMask() function