Searched refs:xPortSetInterruptMask (Results 1 – 4 of 4) sorted by relevance
174 portLONG xPortSetInterruptMask();177 #define portSET_INTERRUPT_MASK() xPortSetInterruptMask()179 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
272 portLONG xPortSetInterruptMask( void ) in xPortSetInterruptMask() function
108 extern UBaseType_t xPortSetInterruptMask( void );113 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
423 UBaseType_t xPortSetInterruptMask( void ) in xPortSetInterruptMask() function
Completed in 14 milliseconds