Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dspi_interface.cpp392 uint8_t *spiRxFrame; in PushPullSpi() local
473spiRxFrame = GetRealRxFrameStart(spiRxFrameBuffer, mSpiAlignAllowance, skipAlignAllowanceLength); in PushPullSpi()
476 Spinel::SpiFrame rxFrame(spiRxFrame); in PushPullSpi()
486 …if ((slaveHeader == spiRxFrame[1]) && (slaveHeader == spiRxFrame[2]) && (slaveHeader == spiRxFrame in PushPullSpi()
487 (slaveHeader == spiRxFrame[4])) in PushPullSpi()
506 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi()
507 spiRxFrame[3], spiRxFrame[4]); in PushPullSpi()
525 …LogWarn("Garbage in header : %02X %02X %02X %02X %02X", spiRxFrame[0], spiRxFrame[1], spiRxFrame[2… in PushPullSpi()
526 spiRxFrame[3], spiRxFrame[4]); in PushPullSpi()