Searched defs:portSET_INTERRUPT_MASK (Results 1 – 6 of 6) sorted by relevance
114 #define portSET_INTERRUPT_MASK() __set_BASEPRI( configMAX_SYSCALL_INTERRUPT_PRIORITY ) macro
105 #define portSET_INTERRUPT_MASK() ( vPortDisableInterrupts() ) macro
116 #define portSET_INTERRUPT_MASK() 0 macro
177 #define portSET_INTERRUPT_MASK() xPortSetInterruptMask() macro
139 #define portSET_INTERRUPT_MASK() rtos_interrupt_mask_all() macro
170 #define portSET_INTERRUPT_MASK() \ macro
Completed in 9 milliseconds