Searched refs:readCount (Results 1 – 1 of 1) sorted by relevance
115 uint16_t readCount = 0; in SCI_read() local123 while((readCount < count) && SciaRegs.SCIRXST.bit.RXRDY) in SCI_read()126 readCount++; in SCI_read()130 return (readCount); in SCI_read()
Completed in 3 milliseconds