Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT.c337 p->aUp[0].RdOff = 0u; in _DoInit()
346 p->aDown[0].RdOff = 0u; in _DoInit()
385 unsigned RdOff; in _WriteBlocking() local
395 RdOff = pRing->RdOff; // May be changed by host (debug probe) in the meantime in _WriteBlocking()
396 if (RdOff > WrOff) in _WriteBlocking()
398 NumBytesToWrite = RdOff - WrOff - 1u; in _WriteBlocking()
402 NumBytesToWrite = pRing->SizeOfBuffer - (WrOff - RdOff + 1u); in _WriteBlocking()
556 unsigned RdOff; in _GetAvailWriteSpace() local
563 RdOff = pRing->RdOff; in _GetAvailWriteSpace()
565 if (RdOff <= WrOff) in _GetAvailWriteSpace()
[all …]
DSEGGER_RTT.h242RdOff; // Position of next item to be read by host. Must be volatile since it may be modif… member
259 unsigned RdOff; // Position of next item to be read by target (down-buffer). member
333 ((SEGGER_RTT_BUFFER_DOWN *)((char *)&_SEGGER_RTT.aDown[n] + SEGGER_RTT_UNCACHED_OFF))->RdOff)
353 …->RdOff) // Access uncached to make sure we see changes made by the J-Link side and all of our cha…