Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT_printf.c152 unsigned Digit; in _PrintUnsigned() local
158 Digit = 1u; in _PrintUnsigned()
214 Div = v / Digit; in _PrintUnsigned()
220 Digit *= Base; in _PrintUnsigned()
227 Div = v / Digit; in _PrintUnsigned()
228 v -= Div * Digit; in _PrintUnsigned()
234 Digit /= Base; in _PrintUnsigned()
235 } while (Digit); in _PrintUnsigned()