Searched refs:pendingBytes (Results 1 – 1 of 1) sorted by relevance
294 int pendingBytes; in SpiLayerComm_readTpdu() local299 pendingBytes = respTpdu->len + TPDU_LRC_LENGTH; in SpiLayerComm_readTpdu()302 pendingBytes = respTpdu->len + TPDU_CRC_LENGTH; in SpiLayerComm_readTpdu()307 uint8_t rxBuffer[pendingBytes]; in SpiLayerComm_readTpdu()310 bytesRead = SpiLayerDriver_read(rxBuffer, pendingBytes); in SpiLayerComm_readTpdu()313 if (bytesRead != pendingBytes) { in SpiLayerComm_readTpdu()315 pendingBytes); in SpiLayerComm_readTpdu()