Searched refs:i32Head (Results 1 – 2 of 2) sorted by relevance
460 static int32_t i32Head = 0; in SendChar_ToUART() local470 i32Tmp = i32Head+1; in SendChar_ToUART()474 u8Buf[i32Head] = '\r'; in SendChar_ToUART()475 i32Head = i32Tmp; in SendChar_ToUART()479 i32Tmp = i32Head+1; in SendChar_ToUART()483 u8Buf[i32Head] = ch; in SendChar_ToUART()484 i32Head = i32Tmp; in SendChar_ToUART()489 if(i32Tail == i32Head) in SendChar_ToUART()506 }while(i32Tail != i32Head); in SendChar_ToUART()
276 static int32_t i32Head = 0; in SendChar_ToUART() local287 i32Tmp = i32Head + 1; in SendChar_ToUART()293 u8Buf[i32Head] = '\r'; in SendChar_ToUART()294 i32Head = i32Tmp; in SendChar_ToUART()298 i32Tmp = i32Head + 1; in SendChar_ToUART()304 u8Buf[i32Head] = ch; in SendChar_ToUART()305 i32Head = i32Tmp; in SendChar_ToUART()310 if (i32Tail == i32Head) in SendChar_ToUART()328 } while (i32Tail != i32Head); in SendChar_ToUART()