ESP-IDF
SEGGER_SYSVIEW_OS_API
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SEGGER_SYSVIEW_OS_API
SEGGER_SYSVIEW_OS_API struct
API functions
Syntax
Show:
Summary
Declaration
from
SEGGER_SYSVIEW.h:249
typedef
struct
{
U64
(
*
pfGetTime
)
(
void
)
;
void
(
*
pfSendTaskList
)
(
void
)
;
}
SEGGER_SYSVIEW_OS_API
;
Fields
Field
Declared as
SEGGER_SYSVIEW_OS_API::pfGetTime
U64
(
*
)
(
void
)
SEGGER_SYSVIEW_OS_API::pfSendTaskList
void
(
*
)
(
void
)
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
SEGGER_SYSVIEW.h:249
}
SEGGER_SYSVIEW_OS_API
;
SEGGER_SYSVIEW.h:252
const
SEGGER_SYSVIEW_OS_API
*
pOSAPI
;
SEGGER_SYSVIEW.c:258
SEGGER_SYSVIEW_GLOBALS
SEGGER_SYSVIEW_GLOBALS::pOSAPI
void
SEGGER_SYSVIEW_Init
(
U32
SysFreq
,
U32
CPUFreq
,
const
SEGGER_SYSVIEW_OS_API
*
pOSAPI
,
SEGGER_SYSVIEW_SEND_SYS_DESC_FUNC
pfSendSysDesc
)
{
SEGGER_SYSVIEW.c:1389
SEGGER_SYSVIEW_Init()
SEGGER_SYSVIEW_Init()::pOSAPI
}
SEGGER_SYSVIEW_OS_API
;
SEGGER_SYSVIEW.h:252
SEGGER_SYSVIEW_OS_API
void
SEGGER_SYSVIEW_Init
(
U32
SysFreq
,
U32
CPUFreq
,
const
SEGGER_SYSVIEW_OS_API
*
pOSAPI
,
SEGGER_SYSVIEW_SEND_SYS_DESC_FUNC
pfSendSysDesc
)
;
SEGGER_SYSVIEW.h:258
SEGGER_SYSVIEW_Init()
SEGGER_SYSVIEW_Init()::pOSAPI
extern
const
SEGGER_SYSVIEW_OS_API
SYSVIEW_X_OS_TraceAPI
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:73
const
SEGGER_SYSVIEW_OS_API
SYSVIEW_X_OS_TraceAPI
=
{
SEGGER_SYSVIEW_FreeRTOS.c:262
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_SYSVIEW_Init()::pOSAPI
SEGGER_SYSVIEW_Init()
SEGGER_SYSVIEW.h:258
SEGGER_SYSVIEW_GLOBALS::pOSAPI
SEGGER_SYSVIEW_GLOBALS
SEGGER_SYSVIEW.c:258
SEGGER_SYSVIEW_Init()::pOSAPI
SEGGER_SYSVIEW_Init()
SEGGER_SYSVIEW.c:1389
SYSVIEW_X_OS_TraceAPI
SEGGER_SYSVIEW_Config_FreeRTOS.c:73
SYSVIEW_X_OS_TraceAPI
SEGGER_SYSVIEW_FreeRTOS.c:262
Lifecycle
from
examples
All items filtered out
All items filtered out