Searched refs:pcBuf (Results 1 – 3 of 3) sorted by relevance
377 #define SetResponseCommFeature(pcBuf, usData) \ argument380 (*(uint16 *)(pcBuf)) = (usData); \425 (*(uint32 *)(pcBuf)) = (ucRate); \426 (*((uint8 *)(pcBuf) + 4)) = (ucStop); \427 (*((uint8 *)(pcBuf) + 5)) = (ucParity); \428 (*((uint8 *)(pcBuf) + 6)) = (ucDatabits); \494 WORD(pcBuf) = (usData); \576 (LONG((uint8 *)(pcBuf) + (10 + (4 * (ucIndex))))) = \600 SetResponseRingerParams(((uint8 *)(pcBuf) + 2), \603 (LONG((uint8 *)(pcBuf) + 6)) = \[all …]
40 int8_t *pcStr, pcBuf[16], cFill; in MyPrintf() local186 pcBuf[ulPos++] = '-'; in MyPrintf()194 pcBuf[ulPos++] = cFill; in MyPrintf()200 pcBuf[ulPos++] = '-'; in MyPrintf()206 pcBuf[ulPos++] = g_pcHex1[(ulValue / ulIdx) % ulBase]; //x in MyPrintf()208 pcBuf[ulPos++] = g_pcHex2[(ulValue / ulIdx) % ulBase]; //X in MyPrintf()211 printfsend(UART0, (uint8_t *)pcBuf, ulPos); in MyPrintf()
76 int8_t *pcStr = NULL, pcBuf[16] = {0}, cFill = 0; in MyPrintf() local220 pcBuf[ulPos++] = '-'; in MyPrintf()228 pcBuf[ulPos++] = cFill; in MyPrintf()234 pcBuf[ulPos++] = '-'; in MyPrintf()240 pcBuf[ulPos++] = g_pcHex1[(ulValue / ulIdx) % ulBase];//x in MyPrintf()242 pcBuf[ulPos++] = g_pcHex2[(ulValue / ulIdx) % ulBase];//X in MyPrintf()245 printfsend((uint8_t *)pcBuf, ulPos); in MyPrintf()
Completed in 16 milliseconds