Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.h43 #define LOG_E(...) ulog_e(LOG_TAG, __VA_ARGS__) macro
/nrf52832-nimble/rt-thread/include/
H A Drtdbg.h167 #define LOG_E(fmt, ...) dbg_log_line("E", 31, fmt, ##__VA_ARGS__) macro
169 #define LOG_E(...) macro