Searched defs:portSET_INTERRUPT_MASK (Results 1 – 5 of 5) 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
139 #define portSET_INTERRUPT_MASK() rtos_interrupt_mask_all() macro
169 #define portSET_INTERRUPT_MASK() \ macro