Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_SYSVIEW_ConfDefaults.h233 #ifndef SEGGER_SYSVIEW_TIMESTAMP_BITS
234 #define SEGGER_SYSVIEW_TIMESTAMP_BITS 32 macro
A DSEGGER_SYSVIEW.c186 #if SEGGER_SYSVIEW_TIMESTAMP_BITS < 32 // Eliminate unused bits in case hardware timestamps are le…
187 #define MAKE_DELTA_32BIT(Delta) Delta <<= 32 - SEGGER_SYSVIEW_TIMESTAMP_BITS; \
188 Delta >>= 32 - SEGGER_SYSVIEW_TIMESTAMP_BITS;

Completed in 8 milliseconds