Searched refs:spiRxFrame (Results 1 – 1 of 1) sorted by relevance
/external/openthread/src/posix/platform/ |
D | spi_interface.cpp | 391 uint8_t *spiRxFrame; in PushPullSpi() local 472 … spiRxFrame = GetRealRxFrameStart(spiRxFrameBuffer, mSpiAlignAllowance, skipAlignAllowanceLength); in PushPullSpi() 475 Spinel::SpiFrame rxFrame(spiRxFrame); in PushPullSpi() 485 …if ((slaveHeader == spiRxFrame[1]) && (slaveHeader == spiRxFrame[2]) && (slaveHeader == spiRxFrame… in PushPullSpi() 486 (slaveHeader == spiRxFrame[4])) in PushPullSpi() 505 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi() 506 spiRxFrame[3], spiRxFrame[4]); in PushPullSpi() 524 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi() 525 spiRxFrame[3], spiRxFrame[4]); in PushPullSpi()
|