Home
last modified time | relevance | path

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

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/nv_section/
Dnv_section_dbg.h27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(NV_SEC), str, ##__VA_ARGS__) macro
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/ota/
Dota_dbg.h27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(OTA), str, ##__VA_ARGS__) macro
/device/soc/bestechnic/bes2600/liteos_m/components/utils/include/
Dplatform.h64 #define LOG_D(fmt, ...) print_string("D %s: " fmt "\r\n", __func__, ##__VA_ARGS__) macro
67 #define LOG_D(fmt, ...) macro