Home
last modified time | relevance | path

Searched refs:i32Head (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dretarget.c460 static int32_t i32Head = 0; in SendChar_ToUART() local
470 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()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dretarget.c276 static int32_t i32Head = 0; in SendChar_ToUART() local
287 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()