Home
last modified time | relevance | path

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

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT_printf.c142 static void _PrintUnsigned(SEGGER_RTT_PRINTF_DESC * pBufferDesc, unsigned v, unsigned Base, unsigne… in _PrintUnsigned() argument
175 _StoreChar(pBufferDesc, c); in _PrintUnsigned()
176 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
182 if (pBufferDesc->ReturnValue >= 0) { in _PrintUnsigned()
205 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
206 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
218 _StoreChar(pBufferDesc, ' '); in _PrintUnsigned()
219 if (pBufferDesc->ReturnValue < 0) { in _PrintUnsigned()
232 static void _PrintInt(SEGGER_RTT_PRINTF_DESC * pBufferDesc, int v, unsigned Base, unsigned NumDigit… in _PrintInt() argument
260 _StoreChar(pBufferDesc, ' '); in _PrintInt()
[all …]