/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 39 otInstance *ot = (otInstance *)0xAAAA; variable 97 zassert_equal(aInstance, ot, "Incorrect instance."); in otTaskletsSignalPending() 110 zassert_equal(aInstance, ot, "Incorrect instance."); in otPlatRadioReceiveDone() 138 zassert_equal(aInstance, ot, "Incorrect instance."); in otIp6NewMessage() 148 zassert_equal(aInstance, ot, "Incorrect instance."); in otPlatRadioTxStarted() 165 zassert_equal(otPlatRadioEnergyScan(ot, chan, dur), OT_ERROR_NONE, in ZTEST() 176 platformRadioProcess(ot); in ZTEST() 178 zassert_equal_ptr(ot, otPlatRadioEnergyScanDone_fake.arg0_val, NULL); in ZTEST() 198 zassert_equal(otPlatRadioEnergyScan(ot, chan, dur), OT_ERROR_NONE, in ZTEST() 215 platformRadioProcess(ot); in ZTEST() [all …]
|
/Zephyr-latest/samples/net/openthread/coap/src/ |
D | coap_utils.c | 33 otInstance *ot; in coap_req_send() local 39 ot = openthread_get_default_instance(); in coap_req_send() 40 if (!ot) { in coap_req_send() 49 msg = otCoapNewMessage(ot, NULL); in coap_req_send() 78 err = otCoapSendRequest(ot, msg, &msg_info, handler, ctx); in coap_req_send() 106 otInstance *ot; in coap_resp_send() local 113 ot = openthread_get_default_instance(); in coap_resp_send() 114 if (!ot) { in coap_resp_send() 119 resp = otCoapNewMessage(ot, NULL); in coap_resp_send() 172 err = otCoapSendResponse(ot, resp, req_info); in coap_resp_send() [all …]
|
D | button.c | 106 otInstance *ot = openthread_get_default_instance(); in coap_btn_reg_rsc() local 110 otCoapAddResource(ot, &btn_rsc); in coap_btn_reg_rsc()
|
D | led.c | 150 otInstance *ot = openthread_get_default_instance(); in coap_led_reg_rsc() local 154 otCoapAddResource(ot, &led_rsc); in coap_led_reg_rsc()
|
/Zephyr-latest/modules/openthread/platform/ |
D | hdlc_interface.hpp | 42 namespace ot { namespace 52 class HdlcInterface : public ot::Spinel::SpinelInterface 161 ot::Spinel::FrameBuffer<kEncoderBufferSize> mEncoderBuffer; 162 ot::Hdlc::Encoder mHdlcEncoder; 164 ot::Spinel::SpinelInterface::RxFrameBuffer *mReceiveFrameBuffer; 165 ot::Spinel::SpinelInterface::ReceiveFrameCallback mReceiveFrameCallback; 167 ot::Spinel::MultiFrameBuffer<kMaxMultiFrameSize> mRxSpinelFrameBuffer; 168 ot::Hdlc::Decoder mHdlcSpinelDecoder;
|
D | radio_spinel.cpp | 58 static ot::Spinel::RadioSpinel *psRadioSpinel; 59 static ot::Url::Url *psRadioUrl; 60 static ot::Hdlc::HdlcInterface *pSpinelInterface; 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() 527 psRadioUrl = new ot::Url::Url(); in platformRadioInit() 528 pSpinelInterface = new ot::Hdlc::HdlcInterface(*psRadioUrl); in platformRadioInit()
|
D | shell.c | 84 SHELL_CMD_ARG_REGISTER(ot, NULL, SHELL_HELP_OT, ot_cmd, 2, 255);
|
D | hdlc_interface.cpp | 38 namespace ot namespace
|
/Zephyr-latest/tests/bsim/net/ |
D | compile.sh | 17 app=samples/net/sockets/echo_server conf_overlay=overlay-ot.conf compile 18 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
|
/Zephyr-latest/samples/net/openthread/coprocessor/boards/ |
D | nrf52833dk_nrf52833.overlay | 9 zephyr,ot-uart = &uart0;
|
D | nrf52840dk_nrf52840.overlay | 9 zephyr,ot-uart = &uart0;
|
D | cc1352p7_lp.overlay | 10 zephyr,ot-uart = &uart0;
|
D | tlsr9518adk80d.overlay | 9 zephyr,ot-uart = &uart0;
|
/Zephyr-latest/samples/net/openthread/coprocessor/ |
D | usb.overlay | 9 zephyr,ot-uart = &cdc_acm_uart0;
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 35 - :file:`overlay-ot.conf` 66 :conf: "prj.conf overlay-ot.conf" 208 :conf: "prj.conf overlay-ot-rcp-host-uart.conf" 288 ot-ctl router table 289 ot-ctl ipaddr 316 ot factoryreset 317 ot dataset networkkey 00112233445566778899aabbccddeeff 318 ot ifconfig up 326 ot joiner start J01NME 327 ot thread start [all …]
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 174 target_compile_definitions(ot-config INTERFACE ${OT_PARAM_LIST}) 179 target_compile_definitions(ot-config INTERFACE -DMBEDTLS_SSL_EXPORT_KEYS) 182 target_include_directories(ot-config INTERFACE 186 target_include_directories(ot-config SYSTEM INTERFACE 190 target_compile_definitions(ot-config INTERFACE 199 target_compile_options(ot-config INTERFACE 207 add_dependencies(ot-config ${SYSCALL_LIST_H_TARGET}) 212 target_link_libraries(ot-config INTERFACE -lc) 254 ot-config
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | README.rst | 46 * - :file:`overlay-ot.conf` 189 :conf: "prj.conf overlay-ot.conf" 202 ot thread stop 203 ot channel <channel> 204 ot networkname <network name> 205 ot masterkey <key> 206 ot panid <panid> 207 ot extpanid <extpanid> 208 ot thread start
|
/Zephyr-latest/samples/net/openthread/shell/ |
D | README.rst | 31 uart:~$ ot scan
|
/Zephyr-latest/samples/net/openthread/coap/ |
D | README.rst | 1 .. zephyr:code-sample:: ot-coap 83 server:~$ ot state 114 server:~$ ot netdata show 138 server:~$ ot ipaddr 152 server:~$ ot ping 8.8.8.8
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | mimxrt1020_evk.overlay | 26 zephyr,ot-uart = &lpuart2;
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | README.rst | 36 - :file:`overlay-ot.conf` 70 :conf: "prj.conf overlay-ot.conf"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | thread.rst | 40 support in these samples, build them with ``overlay-ot.conf`` overlay config file.
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 147 :gen-args: -DEXTRA_CONF_FILE=overlay-ot.conf 153 :gen-args: -DEXTRA_CONF_FILE=overlay-ot.conf
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 208 const struct output_terminal_descriptor *ot = in get_fu_dir() local 213 if (ot->wTerminalType == USB_AUDIO_USB_STREAMING) { in get_fu_dir()
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …ot(t){return Y.state.isMounted&&!Y.state.isVisible||T.isTouch||y&&"focus"===y.type?0:i(Y.props.del… function
|