Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/platform/
Dlogging.h133 OT_LOG_REGION_PLATFORM = 13, ///< Platform enumerator
/openthread-2.7.6/src/posix/platform/
Dspi_interface.cpp401 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()
Dnetif.cpp774 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/
Dlogging.hpp1539 #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/
Dncp_base.cpp618 case OT_LOG_REGION_PLATFORM: in ConvertLogRegion()