Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.cpp44 HdlcInterface::HdlcInterface(const Url::Url &aRadioUrl) in HdlcInterface() function in ot::Hdlc::HdlcInterface
62 HdlcInterface::~HdlcInterface(void) in ~HdlcInterface()
66 otError HdlcInterface::Init(ReceiveFrameCallback aCallback, void *aCallbackContext, in Init()
101 void HdlcInterface::Deinit(void) in Deinit()
117 void HdlcInterface::Process(const void *aInstance) in Process()
123 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()
152 otError HdlcInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame()
161 HdlcInterface::k_spinel_hdlc_frame_ready_event, false, in WaitForFrame()
163 k_event_clear(&spinel_hdlc_event, HdlcInterface::k_spinel_hdlc_frame_ready_event); in WaitForFrame()
164 if ((event_bits & HdlcInterface::k_spinel_hdlc_frame_ready_event) != 0) { in WaitForFrame()
[all …]
Dhdlc_interface.hpp52 class HdlcInterface : public ot::Spinel::SpinelInterface class
61 HdlcInterface(const Url::Url &aRadioUrl);
67 virtual ~HdlcInterface(void);
Dradio_spinel.cpp60 static ot::Hdlc::HdlcInterface *pSpinelInterface;
528 pSpinelInterface = new ot::Hdlc::HdlcInterface(*psRadioUrl); in platformRadioInit()