Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/CCRH/F1Kx/
A Dportmacro.h174 portLONG xPortSetInterruptMask();
177 #define portSET_INTERRUPT_MASK() xPortSetInterruptMask()
179 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
A Dport.c272 portLONG xPortSetInterruptMask( void ) in xPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/
A Dportmacro.h108 extern UBaseType_t xPortSetInterruptMask( void );
113 #define portSET_INTERRUPT_MASK_FROM_ISR() xPortSetInterruptMask()
A Dport.c423 UBaseType_t xPortSetInterruptMask( void ) in xPortSetInterruptMask() function

Completed in 14 milliseconds