Searched defs:msgTag (Results 1 – 2 of 2) sorted by relevance
28 #define PRINT_DEBUG_MSG(msgBuff, msgLen, msgTag) argument30 #define PRINT_DEBUG_MSG(msgBuff, msgLen, msgTag) PrintBuffer(msgBuff, msgLen, msgTag) argument
139 void PrintBuffer(const uint8_t *msgBuff, uint32_t msgLen, const char *msgTag) in PrintBuffer()