Searched refs:ulInterruptNesting (Results 1 – 3 of 3) sorted by relevance
30 .extern ulInterruptNesting41 movl ulInterruptNesting, % eax76 add $1, ulInterruptNesting84 sub $1, ulInterruptNesting87 movl ulInterruptNesting, % eax
179 add $1, ulInterruptNesting196 sub $1, ulInterruptNesting
204 volatile uint32_t ulInterruptNesting __attribute__( ( used ) ) = 0; variable