Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT_printf.c143 static void _PrintUnsigned(SEGGER_RTT_PRINTF_DESC *pBufferDesc, in _PrintUnsigned() argument
190 _StoreChar(pBufferDesc, c); in _PrintUnsigned()
191 if (pBufferDesc->ReturnValue < 0) in _PrintUnsigned()
198 if (pBufferDesc->ReturnValue >= 0) in _PrintUnsigned()
229 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()
230 if (pBufferDesc->ReturnValue < 0) in _PrintUnsigned()
246 _StoreChar(pBufferDesc, ' '); in _PrintUnsigned()
247 if (pBufferDesc->ReturnValue < 0) in _PrintUnsigned()
261 static void _PrintInt(SEGGER_RTT_PRINTF_DESC *pBufferDesc, in _PrintInt() argument
302 _StoreChar(pBufferDesc, ' '); in _PrintInt()
[all …]