Lines Matching defs:cc2520_context
34 struct cc2520_context { struct
35 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;
50 struct k_sem access_lock;
52 bool overflow;