Searched refs:pendingBytes (Results 1 – 1 of 1) sorted by relevance
309 int pendingBytes; in SpiLayerComm_readTpdu() local314 pendingBytes = respTpdu->len + TPDU_LRC_LENGTH; in SpiLayerComm_readTpdu()317 pendingBytes = respTpdu->len + TPDU_CRC_LENGTH; in SpiLayerComm_readTpdu()322 uint8_t rxBuffer[pendingBytes]; in SpiLayerComm_readTpdu()325 bytesRead = SpiLayerDriver_read(rxBuffer, pendingBytes); in SpiLayerComm_readTpdu()328 if (bytesRead != pendingBytes) { in SpiLayerComm_readTpdu()330 pendingBytes); in SpiLayerComm_readTpdu()