ESP-IDF
SEGGER_SNPRINTF_CONTEXT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SEGGER_SNPRINTF_CONTEXT
SEGGER_SNPRINTF_CONTEXT struct
Syntax
Show:
Summary
Declaration
Definition
from
SEGGER.h:165
typedef
struct
SEGGER_SNPRINTF_CONTEXT_struct
SEGGER_SNPRINTF_CONTEXT
;
Implemented in
SEGGER.h:167
Fields
Field
Declared as
SEGGER_SNPRINTF_CONTEXT_struct::pContext
void
*
SEGGER_SNPRINTF_CONTEXT_struct::pBufferDesc
SEGGER_BUFFER_DESC
*
SEGGER_SNPRINTF_CONTEXT_struct::pfFlush
void
(
*
)
(
SEGGER_SNPRINTF_CONTEXT
*
pContext
)
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
SEGGER_SNPRINTF_CONTEXT_struct
SEGGER_SNPRINTF_CONTEXT
;
SEGGER.h:165
struct
SEGGER_SNPRINTF_CONTEXT_struct
{
SEGGER.h:167
typedef
struct
SEGGER_SNPRINTF_CONTEXT_struct
SEGGER_SNPRINTF_CONTEXT
;
SEGGER.h:165
SEGGER_SNPRINTF_CONTEXT
void
(
*
pfFlush
)
(
SEGGER_SNPRINTF_CONTEXT
*
pContext
)
;
// Callback executed once the buffer is full. Callback decides if the buffer gets cleared to store more or not.
SEGGER.h:170
void
(
*
pfStoreChar
)
(
SEGGER_BUFFER_DESC
*
pBufferDesc
,
SEGGER_SNPRINTF_CONTEXT
*
pContext
,
char
c
)
;
SEGGER.h:174
int
(
*
pfPrintUnsigned
)
(
SEGGER_BUFFER_DESC
*
pBufferDesc
,
SEGGER_SNPRINTF_CONTEXT
*
pContext
,
U32
v
,
unsigned
Base
,
char
Flags
,
int
Width
,
int
Precision
)
;
SEGGER.h:175
int
(
*
pfPrintInt
)
(
SEGGER_BUFFER_DESC
*
pBufferDesc
,
SEGGER_SNPRINTF_CONTEXT
*
pContext
,
I32
v
,
unsigned
Base
,
char
Flags
,
int
Width
,
int
Precision
)
;
SEGGER.h:176
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:179
int
SEGGER_vsnprintfEx
(
SEGGER_SNPRINTF_CONTEXT
*
pContext
,
const
char
*
sFormat
,
va_list
ParamList
)
;
SEGGER.h:225
SEGGER_vsnprintfEx()
SEGGER_vsnprintfEx()::pContext
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
SEGGER_vsnprintfEx()::pContext
SEGGER_vsnprintfEx()
SEGGER.h:225
Lifecycle
from
examples
All items filtered out
All items filtered out