Searched defs:LOG_D (Results 1 – 3 of 3) sorted by relevance
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/nv_section/ |
| D | nv_section_dbg.h | 27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(NV_SEC), str, ##__VA_ARGS__) macro
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/ota/ |
| D | ota_dbg.h | 27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(OTA), str, ##__VA_ARGS__) macro
|
| /device/soc/bestechnic/bes2600/liteos_m/components/utils/include/ |
| D | platform.h | 64 #define LOG_D(fmt, ...) print_string("D %s: " fmt "\r\n", __func__, ##__VA_ARGS__) macro 67 #define LOG_D(fmt, ...) macro
|