Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c866 unsigned int Div; in _PrintUnsigned() local
910 Div = v / Digit; in _PrintUnsigned()
911 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
921 Div = v / Digit; in _PrintUnsigned()
922 v -= Div * Digit; in _PrintUnsigned()
923 _StoreChar(pBufferDesc, _aV2C[Div]); in _PrintUnsigned()