Searched defs:netc_eth_data (Results 1 – 1 of 1) sorted by relevance
98 struct netc_eth_data { struct99 ep_handle_t handle;100 struct net_if *iface;101 uint8_t mac_addr[6];103 struct k_mutex tx_mutex;104 netc_tx_frame_info_t tx_info;105 uint8_t *tx_buff;106 volatile bool tx_done;108 struct k_sem rx_sem;109 struct k_thread rx_thread;[all …]