Searched refs:uxInterruptNesting (Results 1 – 12 of 12) sorted by relevance
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/ |
D | ISR_Support.h | 78 la k0, uxInterruptNesting 131 la s6, uxInterruptNesting 148 la s6, uxInterruptNesting 192 la k0, uxInterruptNesting
|
D | portmacro.h | 230 extern volatile UBaseType_t uxInterruptNesting; 231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
D | port.c | 143 volatile UBaseType_t uxInterruptNesting = 0x01; variable 247 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
D | port_asm.S | 190 la k0, uxInterruptNesting 323 la k0, uxInterruptNesting
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/ |
D | ISR_Support.h | 60 la k0, uxInterruptNesting 113 la s6, uxInterruptNesting 130 la s6, uxInterruptNesting 171 la k0, uxInterruptNesting
|
D | portmacro.h | 182 extern volatile UBaseType_t uxInterruptNesting; 183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
D | port.c | 144 volatile UBaseType_t uxInterruptNesting = 0x01; variable 240 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
D | port_asm.S | 114 la k0, uxInterruptNesting 244 la k0, uxInterruptNesting
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/ |
D | ISR_Support.h | 133 la k1, uxInterruptNesting 174 la k0, uxInterruptNesting 249 la s6, uxInterruptNesting 271 la s6, uxInterruptNesting 288 la s6, uxInterruptNesting 366 la k0, uxInterruptNesting
|
D | portmacro.h | 193 extern volatile UBaseType_t uxInterruptNesting; 194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
D | port.c | 149 volatile UBaseType_t uxInterruptNesting = 0x01; variable 257 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
D | port_asm.S | 191 la k0, uxInterruptNesting 388 la k0, uxInterruptNesting 453 la k0, uxInterruptNesting 624 la k0, uxInterruptNesting
|