Searched refs:RecursionCnt (Results 1 – 1 of 1) sorted by relevance
228 U8 RecursionCnt; member835 …if (_SYSVIEW_Globals.RecursionCnt == 0) { // Avoid uncontrolled nesting. This way, this routine … in _SendPacket()836 _SYSVIEW_Globals.RecursionCnt = 1; in _SendPacket()841 _SYSVIEW_Globals.RecursionCnt = 0; in _SendPacket()853 …if (_SYSVIEW_Globals.RecursionCnt == 0) { // Avoid uncontrolled nesting. This way, this routine … in _SendPacket()854 _SYSVIEW_Globals.RecursionCnt = 1; in _SendPacket()856 _SYSVIEW_Globals.RecursionCnt = 0; in _SendPacket()3076 …if (_SYSVIEW_Globals.RecursionCnt == 0) { // Avoid uncontrolled nesting. This way, this routine … in SEGGER_SYSVIEW_IsStarted()3077 _SYSVIEW_Globals.RecursionCnt = 1; in SEGGER_SYSVIEW_IsStarted()3079 _SYSVIEW_Globals.RecursionCnt = 0; in SEGGER_SYSVIEW_IsStarted()
Completed in 7 milliseconds