Home
last modified time | relevance | path

Searched refs:portALL_IPL_BITS (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h87 #define portALL_IPL_BITS ( 0x3fUL << portIPL_SHIFT ) macro
107 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \
109 ulStatus &= ~portALL_IPL_BITS; \
120 ulStatus &= ~portALL_IPL_BITS; \
131 ulStatus &= ~portALL_IPL_BITS; \
Dport.c320 …_CP0_SET_STATUS( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTER… in uxPortSetInterruptMaskFromISR()
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h82 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT ) macro
158 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) …
160 …ulStatus &= ~portALL_IPL_BITS; …
170 …ulStatus &= ~portALL_IPL_BITS; …
180 ulStatus &= ~portALL_IPL_BITS; \
Dport.c331 …vPortSetCP0Status( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INT… in uxPortSetInterruptMaskFromISR()
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h89 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT ) macro
109 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \
111 ulStatus &= ~portALL_IPL_BITS; \
122 ulStatus &= ~portALL_IPL_BITS; \
133 ulStatus &= ~portALL_IPL_BITS; \
Dport.c337 …_CP0_SET_STATUS( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTER… in uxPortSetInterruptMaskFromISR()