Home
last modified time | relevance | path

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

/openthread-3.6.0/src/posix/platform/
Dspi_interface.cpp372 otDumpDebgPlat("SPI-TX", mSpiTxFrameBuffer, static_cast<uint16_t>(transfer[1].len)); in DoSpiTransfer()
373 otDumpDebgPlat("SPI-RX", aSpiRxFrameBuffer, static_cast<uint16_t>(transfer[1].len)); in DoSpiTransfer()
504 otDumpDebgPlat("SPI-TX", mSpiTxFrameBuffer, spiTransferBytes); in PushPullSpi()
505 otDumpDebgPlat("SPI-RX", spiRxFrameBuffer, spiTransferBytes); in PushPullSpi()
523 otDumpDebgPlat("SPI-TX", mSpiTxFrameBuffer, spiTransferBytes); in PushPullSpi()
524 otDumpDebgPlat("SPI-RX", spiRxFrameBuffer, spiTransferBytes); in PushPullSpi()
/openthread-3.6.0/include/openthread/
Dlogging.h202 void otDumpDebgPlat(const char *aText, const void *aData, uint16_t aDataLength);
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp172 void otDumpDebgPlat(const char *aText, const void *aData, uint16_t aDataLength) in otDumpDebgPlat() function