Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW_ConfDefaults.h116 #ifndef SEGGER_SYSVIEW_TIMESTAMP_BITS
117 #define SEGGER_SYSVIEW_TIMESTAMP_BITS 32 macro
DSEGGER_SYSVIEW.c185 #if SEGGER_SYSVIEW_TIMESTAMP_BITS < 32 // Eliminate unused bits in case hardware timestamps are le…
186 #define MAKE_DELTA_32BIT(Delta) Delta <<= 32 - SEGGER_SYSVIEW_TIMESTAMP_BITS; \
187 Delta >>= 32 - SEGGER_SYSVIEW_TIMESTAMP_BITS;
/hal_espressif-3.6.0/components/app_trace/sys_view/Config/
DSEGGER_SYSVIEW_Conf.h141 …#define SEGGER_SYSVIEW_TIMESTAMP_BITS 32 // Define number of … macro
144 …#define SEGGER_SYSVIEW_TIMESTAMP_BITS 32 // Define number of … macro