modules/woz_uwb/src/facade/trace.h
asxeem/openaliro
Module
trace.h
Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE.
Overview
Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE.
depends on woz_log.h · used by uwb_isr.c
API
Fstatic inline const char *woz_trace_hex8(char buf[WOZ_TRACE_HEX8_LEN], const uint8_t *bytes, size_t len)
modules/woz_uwb/src/facade/trace.h:49
Stub that touches @p buf and @p bytes so neither becomes unused.
##define WOZ_TRACE_HEX8_LEN 17
modules/woz_uwb/src/facade/trace.h:14
Buffer length for a 16-char hex prefix (8 bytes) + NUL terminator.
##define WOZ_TRACE_HEX8_LEN 17
modules/woz_uwb/src/facade/trace.h:38