openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
trace.h File Reference

— Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE. More...

#include <stddef.h>
#include <stdint.h>
#include "woz_log.h"
Include dependency graph for trace.h:

Go to the source code of this file.

Macros

#define WOZ_TRACE(stage, fmt, ...)
 No-op trace macro (if(0)-guarded) that still type-checks its arguments.
 

Functions

static const char * woz_trace_hex8 (char buf[WOZ_TRACE_HEX8_LEN], const uint8_t *bytes, size_t len)
 Stub that touches buf and bytes so neither becomes unused.
 

Detailed Description

— Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE.