Searched refs:uxInterruptNesting (Results 1 – 13 of 13) sorted by relevance
/FreeRTOS-Kernel/portable/MPLAB/PIC32MEC14xx/ |
A D | ISR_Support.h | 78 la k0, uxInterruptNesting 131 la s6, uxInterruptNesting 148 la s6, uxInterruptNesting 192 la k0, uxInterruptNesting
|
A D | portmacro.h | 230 extern volatile UBaseType_t uxInterruptNesting; 231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
A D | port.c | 143 volatile UBaseType_t uxInterruptNesting = 0x01; variable 247 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
A D | port_asm.S | 190 la k0, uxInterruptNesting 323 la k0, uxInterruptNesting
|
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/ |
A D | ISR_Support.h | 60 la k0, uxInterruptNesting 113 la s6, uxInterruptNesting 130 la s6, uxInterruptNesting 171 la k0, uxInterruptNesting
|
A D | portmacro.h | 182 extern volatile UBaseType_t uxInterruptNesting; 183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
A D | port.c | 144 volatile UBaseType_t uxInterruptNesting = 0x01; variable 240 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
A D | port_asm.S | 114 la k0, uxInterruptNesting 244 la k0, uxInterruptNesting
|
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/ |
A 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
|
A D | portmacro.h | 193 extern volatile UBaseType_t uxInterruptNesting; 194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
|
A D | port.c | 149 volatile UBaseType_t uxInterruptNesting = 0x01; variable 262 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
|
A D | port_asm.S | 191 la k0, uxInterruptNesting 388 la k0, uxInterruptNesting 453 la k0, uxInterruptNesting 624 la k0, uxInterruptNesting
|
/FreeRTOS-Kernel/portable/CCRH/F1Kx/ |
A D | port.c | 227 volatile UBaseType_t uxInterruptNesting[ configNUMBER_OF_CORES ] = { 0 }; variable
|
Completed in 20 milliseconds