Home
last modified time | relevance | path

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

/modules/openthread/
A Dopenthread.c114 static otInstance *openthread_instance; variable
145 while (otTaskletsArePending(openthread_instance)) { in openthread_process()
146 otTaskletsProcess(openthread_instance); in openthread_process()
149 otSysProcessDrivers(openthread_instance); in openthread_process()
225 bool is_up = otIp6IsEnabled(openthread_instance); in ot_state_changed_handler()
289 return openthread_instance; in openthread_get_default_instance()
301 if (openthread_instance) { in openthread_init()
316 openthread_instance = otInstanceInitSingle(); in openthread_init()
321 platformShellInit(openthread_instance); in openthread_init()
330 otNcpHdlcInit(openthread_instance, ncp_hdlc_send); in openthread_init()
[all …]

Completed in 5 milliseconds