Home
last modified time | relevance | path

Searched defs:LOG_D (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.h46 #define LOG_D(...) ulog_d(LOG_TAG, __VA_ARGS__) macro
/nrf52832-nimble/rt-thread/include/
H A Drtdbg.h149 #define LOG_D(fmt, ...) dbg_log_line("D", 0, fmt, ##__VA_ARGS__) macro
151 #define LOG_D(...) macro