Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c1028 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget() argument
1054 c = *sFormat; in _VPrintTarget()
1055 sFormat++; in _VPrintTarget()
1066 c = *sFormat; in _VPrintTarget()
1068 case '-': FormatFlags |= FORMAT_FLAG_LEFT_JUSTIFY; sFormat++; break; in _VPrintTarget()
1069 case '0': FormatFlags |= FORMAT_FLAG_PAD_ZERO; sFormat++; break; in _VPrintTarget()
1070 case '+': FormatFlags |= FORMAT_FLAG_PRINT_SIGN; sFormat++; break; in _VPrintTarget()
1071 case '#': FormatFlags |= FORMAT_FLAG_ALTERNATE; sFormat++; break; in _VPrintTarget()
1080 c = *sFormat; in _VPrintTarget()
1084 sFormat++; in _VPrintTarget()
[all …]
DSEGGER.h146 int SEGGER_snprintf (char *pBuffer, int BufferSize, const char *sFormat, ...);
DSEGGER_RTT.h186 int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...);