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

SEGGER_PRINTF_API struct

Syntax

typedef struct {   void (*pfStoreChar)       (SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, char c);   int  (*pfPrintUnsigned)   (SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, U32 v, unsigned Base, char Flags, int Width, int Precision);   int  (*pfPrintInt)        (SEGGER_BUFFER_DESC* pBufferDesc, SEGGER_SNPRINTF_CONTEXT* pContext, I32 v, unsigned Base, char Flags, int Width, int Precision); } SEGGER_PRINTF_API;

Fields

pfStoreChar

No summary provided. Read more...

pfPrintUnsigned

No summary provided. Read more...

pfPrintInt

No summary provided. Read more...

References

LocationReferrerText
SEGGER.h:150
typedef struct {
SEGGER.h:154
SEGGER.h:156SEGGER_pFormatter::pApi
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);

Type Use

Variables of SEGGER_PRINTF_API type
SEGGER_pFormatter::pApi
all items filtered out
SEGGER_PRINTF_API
all items filtered out
SEGGER_PRINTF_API
all items filtered out