IgH EtherCAT Master  1.6.9
ec_debug_t Struct Reference

Debugging network interface. More...

#include <debug.h>

Data Fields

ec_device_tdevice
 Parent device.
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 38 of file debug.h.

Field Documentation

◆ device

ec_device_t* ec_debug_t::device

Parent device.

Definition at line 40 of file debug.h.

◆ dev

struct net_device* ec_debug_t::dev

net_device for virtual ethernet device

Definition at line 41 of file debug.h.

◆ stats

struct net_device_stats ec_debug_t::stats

device statistics

Definition at line 42 of file debug.h.

◆ registered

uint8_t ec_debug_t::registered

net_device is opened

Definition at line 43 of file debug.h.

◆ opened

uint8_t ec_debug_t::opened

net_device is opened

Definition at line 44 of file debug.h.