Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/tracing/
Dtracing_macros.h209 #define _SYS_PORT_TRACE_WRAP(func, ...) do { func(__VA_ARGS__); } while (false) macro
212 (_SYS_PORT_TRACE_WRAP(func, __VA_ARGS__)))