Home
last modified time | relevance | path

Searched refs:HdlcInterface (Results 1 – 3 of 3) sorted by relevance

/modules/openthread/platform/
A Dhdlc_interface.cpp44 HdlcInterface::HdlcInterface(const Url::Url &aRadioUrl) in HdlcInterface() function in ot::Hdlc::HdlcInterface
62 HdlcInterface::~HdlcInterface(void) in ~HdlcInterface()
101 void HdlcInterface::Deinit(void) in Deinit()
117 void HdlcInterface::Process(const void *aInstance) in Process()
152 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame()
160 HdlcInterface::k_spinel_hdlc_frame_ready_event, false, in WaitForFrame()
244 uint32_t HdlcInterface::TryReadAndDecode(bool fullRead) in TryReadAndDecode()
304 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame()
324 HdlcInterface::k_spinel_hdlc_frame_ready_event); in HandleHdlcFrame()
344 static_cast<HdlcInterface *>(param)->ProcessRxData(data, len); in HdlcRxCallback()
[all …]
A Dhdlc_interface.hpp52 class HdlcInterface : public ot::Spinel::SpinelInterface class
61 HdlcInterface(const Url::Url &aRadioUrl);
67 virtual ~HdlcInterface(void);
A Dradio_spinel.cpp60 static ot::Hdlc::HdlcInterface *pSpinelInterface;
534 pSpinelInterface = new ot::Hdlc::HdlcInterface(*psRadioUrl); in platformRadioInit()

Completed in 9 milliseconds