Home
last modified time | relevance | path

Searched refs:ulPortGetCP0Cause (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h117 static inline uint32_t ulPortGetCP0Cause( void ) in ulPortGetCP0Cause() function
225 ulCause = ulPortGetCP0Cause(); \
Dport.c171 *pxTopOfStack = (StackType_t) ulPortGetCP0Cause(); in pxPortInitialiseStack()
303 ulCause = ulPortGetCP0Cause(); in vPortIncrementTick()