Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_cc2520.h34 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;
[all …]