Home
last modified time | relevance | path

Searched refs:Spinel (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.hpp52 class HdlcInterface : public ot::Spinel::SpinelInterface
161 ot::Spinel::FrameBuffer<kEncoderBufferSize> mEncoderBuffer;
164 ot::Spinel::SpinelInterface::RxFrameBuffer *mReceiveFrameBuffer;
165 ot::Spinel::SpinelInterface::ReceiveFrameCallback mReceiveFrameCallback;
167 ot::Spinel::MultiFrameBuffer<kMaxMultiFrameSize> mRxSpinelFrameBuffer;
Dradio_spinel.cpp58 static ot::Spinel::RadioSpinel *psRadioSpinel;
61 static ot::Spinel::SpinelDriver *psSpinelDriver;
519 spinel_iid_t iidList[ot::Spinel::kSpinelHeaderMaxNumIid]; in platformRadioInit()
520 struct ot::Spinel::RadioSpinelCallbacks callbacks; in platformRadioInit()
524 psRadioSpinel = new ot::Spinel::RadioSpinel(); in platformRadioInit()
525 psSpinelDriver = new ot::Spinel::SpinelDriver(); in platformRadioInit()
/Zephyr-latest/subsys/logging/backends/
DKconfig.spinel5 bool "OpenThread dedicated Spinel protocol backend"
/Zephyr-latest/doc/
DLICENSING.rst89 OpenThread Spinel HDLC RCP Host Interface Files
/Zephyr-latest/modules/hal_nordic/
DKconfig136 int "Default Spinel serialization response timeout in milliseconds"
/Zephyr-latest/doc/build/dts/api/
Dapi.rst435 - Used by the OpenThread to specify UART device for Spinel protocol
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst807 * Added Spinel protocol logging backend.