Searched defs:cc2520_context (Results 1 – 1 of 1) sorted by relevance
34 struct cc2520_context { struct35 struct net_if *iface;37 const struct device *dev;38 struct gpio_callback sfd_cb;39 struct gpio_callback fifop_cb;40 uint8_t mac_addr[8];42 struct k_sem tx_sync;43 atomic_t tx;47 struct k_thread cc2520_rx_thread;48 struct k_sem rx_lock;[all …]