Searched defs:eth_enc28j60_runtime (Results 1 – 1 of 1) sorted by relevance
231 struct eth_enc28j60_runtime { struct232 struct net_if *iface;235 struct k_thread thread;236 uint8_t mac_address[6];237 struct gpio_callback gpio_cb;238 struct k_sem tx_rx_sem;239 struct k_sem int_sem;240 bool iface_initialized : 1;241 bool iface_carrier_on_init : 1;