Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/
Dportmacro.h104 extern UBaseType_t uxPortSetInterruptMask( void );
123 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMask()
Dport.c300 uxPortSetInterruptMask(); in vPortEnterCritical()
407 UBaseType_t uxPortSetInterruptMask( void ) in uxPortSetInterruptMask() function
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/
Dportmacro.h104 extern UBaseType_t uxPortSetInterruptMask( void );
123 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMask()
Dport.c361 uxPortSetInterruptMask(); in vPortEnterCritical()
463 UBaseType_t uxPortSetInterruptMask( void ) in uxPortSetInterruptMask() function