Searched refs:ulPortInterruptNesting (Results 1 – 16 of 16) sorted by relevance
155 uint32_t ulPortInterruptNesting = 0UL; variable245 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()314 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
35 EXTERN ulPortInterruptNesting91 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting92 ; for future use. r1 holds the original ulPortInterruptNesting value for94 LDR r3, =ulPortInterruptNesting
114 volatile uint32_t ulPortInterruptNesting = 0UL; variable203 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()267 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
38 EXTERN ulPortInterruptNesting166 LDR r3, =ulPortInterruptNesting
34 EXTERN ulPortInterruptNesting95 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting96 ; for future use. r1 holds the original ulPortInterruptNesting value for98 LDR r3, =ulPortInterruptNesting
105 uint32_t ulPortInterruptNesting = 0UL; variable195 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()253 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
114 volatile uint32_t ulPortInterruptNesting = 0UL; variable206 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()270 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
42 .extern ulPortInterruptNesting257 ulPortInterruptNestingConst: .word ulPortInterruptNesting
34 IMPORT ulPortInterruptNesting87 ; Increment nesting count. r3 holds the address of ulPortInterruptNesting88 ; for future use. r1 holds the original ulPortInterruptNesting value for90 LDR r3, =ulPortInterruptNesting
195 uint32_t ulPortInterruptNesting = 0UL; variable284 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()352 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
208 volatile uint32_t ulPortInterruptNesting = 0UL; variable322 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()434 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
47 .extern ulPortInterruptNesting329 ulPortInterruptNestingConst: .word ulPortInterruptNesting
263 uint32_t ulPortInterruptNesting = 0UL; variable388 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()543 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
47 .extern ulPortInterruptNesting335 ulPortInterruptNestingConst: .word ulPortInterruptNesting
78 PRIVILEGED_DATA volatile UBaseType_t ulPortInterruptNesting = 0UL; variable785 configASSERT( ulPortInterruptNesting == ~0UL ); in prvTaskExitError()821 configASSERT( ulPortInterruptNesting == 0 ); in vPortEnterCritical()
41 .extern ulPortInterruptNesting429 LDR R0, =ulPortInterruptNesting /* R0 = &( ulPortInterruptNesting ). */