Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dspi_interface.cpp391 uint8_t *spiRxFrame; in PushPullSpi() local
472spiRxFrame = 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()