Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h86 #define portIPL_SHIFT ( 10UL ) macro
87 #define portALL_IPL_BITS ( 0x3fUL << portIPL_SHIFT )
107 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \
110 … _CP0_SET_STATUS( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); \
121 … _CP0_SET_STATUS( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); \
Dport.c320 …Register & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ); in uxPortSetInterruptMaskFromISR()
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h79 #define portIPL_SHIFT ( 10UL ) macro
82 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT )
158 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) …
161 …vPortSetCP0Status( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); …
171 …vPortSetCP0Status( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); …
Dport.c331 …Register & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ); in uxPortSetInterruptMaskFromISR()
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h86 #define portIPL_SHIFT ( 10UL ) macro
89 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT )
109 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \
112 … _CP0_SET_STATUS( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); \
123 … _CP0_SET_STATUS( ( ulStatus | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ) ); \
Dport.c337 …Register & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTERRUPT_PRIORITY << portIPL_SHIFT ) ); in uxPortSetInterruptMaskFromISR()