SEGGER_pFormatter is only used within STemWin.
 
Symbols
loading...
Files
loading...

SEGGER_pFormatter

Syntax

typedef void (*SEGGER_pFormatter)(SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, const SEGGER_PRINTF_API* pApi, va_list* pParamList, char Lead, int Width, int Precision);

References

LocationText
SEGGER.h:156
typedef void (*SEGGER_pFormatter)(SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, const SEGGER_PRINTF_API* pApi, va_list* pParamList, char Lead, int Width, int Precision);
SEGGER.h:160
SEGGER_pFormatter pfFormatter; // Formatter function.
SEGGER.h:182