Searched defs:openthread_context (Results 1 – 1 of 1) sorted by relevance
46 struct openthread_context { struct48 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 …]