Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/utilities/logtrace/
H A Dlog_trace.h22 #define LOG_TRACE_LEVEL_VERBOSE 0x07 macro
35 #define LOG_TRACE_LEVEL_DEFAULT LOG_TRACE_LEVEL_VERBOSE
/nrf52832-nimble/rt-thread/components/vmm/
H A Dvmm.c31 .lvl = LOG_TRACE_LEVEL_VERBOSE,
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.c38 .lvl = LOG_TRACE_LEVEL_VERBOSE,
42 #define vbus_verbose(fmt, ...) log_session_lvl(&_lgs, LOG_TRACE_LEVEL_VERBOSE, fmt, ##__VA_ARGS__)
48 .lvl = LOG_TRACE_LEVEL_VERBOSE,