Home
last modified time | relevance | path

Searched defs:sFormat (Results 1 – 2 of 2) sorted by relevance

/segger-3.7.0/SEGGER/
DSEGGER_RTT_printf.c321 int SEGGER_RTT_vprintf(unsigned BufferIndex, const char * sFormat, va_list * pParamList) { in SEGGER_RTT_vprintf()
495 int SEGGER_RTT_printf(unsigned BufferIndex, const char * sFormat, ...) { in SEGGER_RTT_printf()
DSEGGER_SYSVIEW.c1205 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget()