IgH EtherCAT Master  1.5.3
ec_debug_t Struct Reference

Debugging network interface. More...

Data Fields

ec_device_tdevice
 Parent device. More...
 
struct net_device * dev
 net_device for virtual ethernet device
 
struct net_device_stats stats
 device statistics
 
uint8_t registered
 net_device is opened
 
uint8_t opened
 net_device is opened
 

Detailed Description

Debugging network interface.

Definition at line 46 of file debug.h.

Field Documentation

◆ device

ec_device_t* ec_debug_t::device

Parent device.

Definition at line 48 of file debug.h.