Home
last modified time | relevance | path

Searched refs:pfGetTime (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.h217 U64 (*pfGetTime) (void); member
DSEGGER_SYSVIEW.c1805 if (_SYSVIEW_Globals.pOSAPI && _SYSVIEW_Globals.pOSAPI->pfGetTime) { in SEGGER_SYSVIEW_RecordSystime()
1806 Systime = _SYSVIEW_Globals.pOSAPI->pfGetTime(); in SEGGER_SYSVIEW_RecordSystime()