Home
last modified time | relevance | path

Searched defs:aInstances (Results 1 – 5 of 5) sorted by relevance

/openthread-3.7.0/src/ncp/
Dexample_vendor_hook.cpp145 NcpVendorUart(ot::Instance **aInstances, uint8_t count) in NcpVendorUart()
169 extern "C" void otAppNcpInitMulti(otInstance **aInstances, uint8_t count) in otAppNcpInitMulti()
Dncp_hdlc.cpp82 extern "C" void otNcpHdlcInitMulti(otInstance **aInstances, uint8_t aCount, otNcpHdlcSendCallback a… in otNcpHdlcInitMulti()
125 NcpHdlc::NcpHdlc(Instance **aInstances, uint8_t aCount, otNcpHdlcSendCallback aSendCallback) in NcpHdlc()
Dncp_base.cpp243 NcpBase::NcpBase(Instance **aInstances, uint8_t aCount) in NcpBase()
/openthread-3.7.0/examples/apps/ncp/
Dncp.c66 void otAppNcpInitMulti(otInstance **aInstances, uint8_t aCount) in otAppNcpInitMulti()
/openthread-3.7.0/tests/unit/
Dtest_multipan_rcp_instances.cpp133 explicit TestNcp(ot::Instance **aInstances, uint8_t aCount) in TestNcp()