Home
last modified time | relevance | path

Searched refs:VendorInterface (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/platform/
Dvendor_interface_example.cpp69 VendorInterface::VendorInterface(const Url::Url &aRadioUrl) in VendorInterface() function in ot::Posix::VendorInterface
75 VendorInterface::~VendorInterface(void) { Deinit(); } in ~VendorInterface()
77 otError VendorInterface::Init(ReceiveFrameCallback aCallback, void *aCallbackContext, RxFrameBuffer… in Init()
88 void VendorInterface::Deinit(void) in Deinit()
93 uint32_t VendorInterface::GetBusSpeed(void) const { return 1000000; } in GetBusSpeed()
95 otError VendorInterface::HardwareReset(void) in HardwareReset()
102 void VendorInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet()
109 void VendorInterface::Process(const void *aMainloopContext) in Process()
116 otError VendorInterface::WaitForFrame(uint64_t aTimeoutUs) in WaitForFrame()
125 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()
[all …]
Dvendor_interface.hpp50 class VendorInterface : public ot::Spinel::SpinelInterface class
58 VendorInterface(const Url::Url &aRadioUrl);
63 ~VendorInterface(void);
Dspinel_manager.cpp120 else if (VendorInterface::IsInterfaceNameMatch(aInterfaceName)) in CreateSpinelInterface()
122 interface = new (&mSpinelInterfaceRaw) VendorInterface(mUrl); in CreateSpinelInterface()
Dspinel_manager.hpp111 static constexpr size_t kSpinelInterfaceRawSize = sizeof(Posix::VendorInterface);
Dradio.hpp107 static constexpr size_t kSpinelInterfaceRawSize = sizeof(ot::Posix::VendorInterface);