Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.hpp644 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
Dncp_base.cpp638 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion() function in ot::Ncp::NcpBase
757 SuccessOrExit(error = mEncoder.WriteUintPacked(ConvertLogRegion(aLogRegion))); in Log()