Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE/
A Dportmacro.h104 extern UBaseType_t uxPortSetInterruptMask( void );
123 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMask()
A Dport.c349 uxPortSetInterruptMask(); in vPortEnterCritical()
460 UBaseType_t uxPortSetInterruptMask( void ) in uxPortSetInterruptMask() function
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64/
A Dportmacro.h104 extern UBaseType_t uxPortSetInterruptMask( void );
123 #define portSET_INTERRUPT_MASK_FROM_ISR() uxPortSetInterruptMask()
A Dport.c389 uxPortSetInterruptMask(); in vPortEnterCritical()
495 UBaseType_t uxPortSetInterruptMask( void ) in uxPortSetInterruptMask() function

Completed in 16 milliseconds