Loading...
Searching...
No Matches
device_reg_entry_t Struct Reference

Registry entry to keep track of registered Ethernet network devices. More...

Detailed Description

Registry entry to keep track of registered Ethernet network devices.

Each registered device has an associated event to serve its ISRs.

Definition at line 35 of file netdev_eth_minimal_internal.h.

#include <netdev_eth_minimal_internal.h>

Data Fields

event_t event
 event to serve ISR
 
netdev_tdev
 pointer to the device
 

Field Documentation

◆ dev

netdev_t* device_reg_entry_t::dev

pointer to the device

Definition at line 37 of file netdev_eth_minimal_internal.h.

◆ event

event_t device_reg_entry_t::event

event to serve ISR

Definition at line 36 of file netdev_eth_minimal_internal.h.


The documentation for this struct was generated from the following file: