Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c867 unsigned int Digit; in _PrintUnsigned() local
873 Digit = 1u; in _PrintUnsigned()
910 Div = v / Digit; in _PrintUnsigned()
915 Digit *= Base; in _PrintUnsigned()
921 Div = v / Digit; in _PrintUnsigned()
922 v -= Div * Digit; in _PrintUnsigned()
924 Digit /= Base; in _PrintUnsigned()
925 } while (Digit); in _PrintUnsigned()