Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_lan9250_priv.h317 struct lan9250_runtime { struct
318 struct net_if *iface;
319 const struct device *dev;
322 k_tid_t tid_int;
323 struct k_thread thread;
325 uint8_t mac_address[6];
326 struct gpio_callback gpio_cb;
327 struct k_sem tx_rx_sem;
328 struct k_sem int_sem;
329 uint8_t buf[NET_ETH_MAX_FRAME_SIZE];
[all …]