Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c291 static U8 _NumModules; variable
595 if (_NumModules > 0) { in _SendSyncInfo()
597 for (int n = 0; n < _NumModules; n++) { in _SendSyncInfo()
2363 _NumModules = 1; in SEGGER_SYSVIEW_RegisterModule()
2373 _NumModules++; in SEGGER_SYSVIEW_RegisterModule()
2375 SEGGER_SYSVIEW_SendModule(_NumModules-1); in SEGGER_SYSVIEW_RegisterModule()
2499 ENCODE_U32(pPayload, _NumModules); in SEGGER_SYSVIEW_SendNumModules()