Searched refs:OT_LOG_REGION_PLATFORM (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/include/openthread/platform/ |
D | logging.h | 133 OT_LOG_REGION_PLATFORM = 13, ///< Platform enumerator
|
/openthread-2.7.6/src/posix/platform/ |
D | spi_interface.cpp | 401 otDumpDebg(OT_LOG_REGION_PLATFORM, "SPI-TX", mSpiTxFrameBuffer, transfer[1].len); in DoSpiTransfer() 402 otDumpDebg(OT_LOG_REGION_PLATFORM, "SPI-RX", aSpiRxFrameBuffer, transfer[1].len); in DoSpiTransfer() 540 otDumpWarn(OT_LOG_REGION_PLATFORM, "SPI-TX", mSpiTxFrameBuffer, spiTransferBytes); in PushPullSpi() 541 otDumpWarn(OT_LOG_REGION_PLATFORM, "SPI-RX", spiRxFrameBuffer, spiTransferBytes); in PushPullSpi() 559 otDumpWarn(OT_LOG_REGION_PLATFORM, "SPI-TX", mSpiTxFrameBuffer, spiTransferBytes); in PushPullSpi() 560 otDumpWarn(OT_LOG_REGION_PLATFORM, "SPI-RX", spiRxFrameBuffer, spiTransferBytes); in PushPullSpi()
|
D | netif.cpp | 774 otDumpInfo(OT_LOG_REGION_PLATFORM, "", &packet[offset], length); in processReceive() 829 otDumpInfo(OT_LOG_REGION_PLATFORM, "", &packet[offset], static_cast<size_t>(rval)); in processTransmit()
|
/openthread-2.7.6/src/core/common/ |
D | logging.hpp | 1539 #define otLogCritPlat(...) otLogCrit(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_… 1540 #define otLogWarnPlat(...) otLogWarn(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_… 1541 #define otLogNotePlat(...) otLogNote(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_… 1542 #define otLogInfoPlat(...) otLogInfo(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_… 1543 #define otLogDebgPlat(...) otLogDebg(OT_LOG_REGION_PLATFORM, _OT_REGION_PLATFORM_PREFIX, __VA_ARGS_…
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base.cpp | 618 case OT_LOG_REGION_PLATFORM: in ConvertLogRegion()
|