Home
last modified time | relevance | path

Searched refs:uxInterruptNesting (Results 1 – 13 of 13) sorted by relevance

/FreeRTOS-Kernel/portable/MPLAB/PIC32MEC14xx/
A DISR_Support.h78 la k0, uxInterruptNesting
131 la s6, uxInterruptNesting
148 la s6, uxInterruptNesting
192 la k0, uxInterruptNesting
A Dportmacro.h230 extern volatile UBaseType_t uxInterruptNesting;
231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
A Dport.c143 volatile UBaseType_t uxInterruptNesting = 0x01; variable
247 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
A Dport_asm.S190 la k0, uxInterruptNesting
323 la k0, uxInterruptNesting
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/
A DISR_Support.h60 la k0, uxInterruptNesting
113 la s6, uxInterruptNesting
130 la s6, uxInterruptNesting
171 la k0, uxInterruptNesting
A Dportmacro.h182 extern volatile UBaseType_t uxInterruptNesting;
183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
A Dport.c144 volatile UBaseType_t uxInterruptNesting = 0x01; variable
240 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
A Dport_asm.S114 la k0, uxInterruptNesting
244 la k0, uxInterruptNesting
/FreeRTOS-Kernel/portable/MPLAB/PIC32MZ/
A DISR_Support.h133 la k1, uxInterruptNesting
174 la k0, uxInterruptNesting
249 la s6, uxInterruptNesting
271 la s6, uxInterruptNesting
288 la s6, uxInterruptNesting
366 la k0, uxInterruptNesting
A Dportmacro.h193 extern volatile UBaseType_t uxInterruptNesting;
194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 )
A Dport.c149 volatile UBaseType_t uxInterruptNesting = 0x01; variable
262 configASSERT( uxInterruptNesting == 1000UL ); in vPortEndScheduler()
A Dport_asm.S191 la k0, uxInterruptNesting
388 la k0, uxInterruptNesting
453 la k0, uxInterruptNesting
624 la k0, uxInterruptNesting
/FreeRTOS-Kernel/portable/CCRH/F1Kx/
A Dport.c227 volatile UBaseType_t uxInterruptNesting[ configNUMBER_OF_CORES ] = { 0 }; variable

Completed in 20 milliseconds