Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dportmacro.h95 extern UBaseType_t xPortSetInterruptMask( void );
100 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
Dport.c335 UBaseType_t xPortSetInterruptMask( void ) in xPortSetInterruptMask() function