Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp187 void HandleHdlcFrame(otError aError);
188 static void HandleHdlcFrame(void *aContext, otError aError);
Dhdlc_interface.cpp83 mHdlcSpinelDecoder.Init(mRxSpinelFrameBuffer, HandleHdlcFrame, this); in Init()
300 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() function in ot::Hdlc::HdlcInterface
302 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()
305 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() function in ot::Hdlc::HdlcInterface