Searched defs:cc1200_context (Results 1 – 1 of 1) sorted by relevance
40 struct cc1200_context { struct41 struct net_if *iface;43 struct gpio_callback rx_tx_cb;44 uint8_t mac_addr[8];46 const struct cc1200_rf_registers_set *rf_settings;48 struct k_sem tx_sync;49 atomic_t tx;50 atomic_t tx_start;54 struct k_thread rx_thread;55 struct k_sem rx_lock;[all …]