Searched refs:otDumpDebgPlat (Results 1 – 3 of 3) sorted by relevance
/openthread-3.6.0/src/posix/platform/ |
D | spi_interface.cpp | 372 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/ |
D | logging.h | 202 void otDumpDebgPlat(const char *aText, const void *aData, uint16_t aDataLength);
|
/openthread-3.6.0/src/core/api/ |
D | logging_api.cpp | 172 void otDumpDebgPlat(const char *aText, const void *aData, uint16_t aDataLength) in otDumpDebgPlat() function
|