Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dopenthread.h46 struct openthread_context { struct
48 otInstance *instance;
51 struct net_if *iface;
54 uint16_t pkt_list_in_idx;
57 uint16_t pkt_list_out_idx;
60 uint8_t pkt_list_full;
63 struct pkt_list_elem pkt_list[CONFIG_OPENTHREAD_PKT_LIST_SIZE];
66 struct k_mutex api_lock;
69 struct k_work_q work_q;
72 struct k_work api_work;
[all …]