Definition in file ethernet.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_eoe_frame_t |
| Queued frame structure. More... | |
| struct | ec_eoe |
| Ethernet-over-EtherCAT (EoE) handler. More... | |
Typedefs | |
| typedef ec_eoe | ec_eoe_t |
Functions | |
| int | ec_eoe_init (ec_eoe_t *) |
| EoE constructor. | |
| void | ec_eoe_clear (ec_eoe_t *) |
| EoE destructor. | |
| void | ec_eoe_run (ec_eoe_t *) |
| Runs the EoE state machine. | |
| unsigned int | ec_eoe_active (const ec_eoe_t *) |
| Returns the state of the device. | |
| void | ec_eoe_print (const ec_eoe_t *) |
| Prints EoE handler information. | |
|
|
Definition at line 64 of file ethernet.h. |
|
|
EoE constructor. Initializes the EoE handler, creates a net_device and registeres it.
Definition at line 85 of file ethernet.c. |
|
|
EoE destructor. Unregisteres the net_device and frees allocated memory.
Definition at line 156 of file ethernet.c. |
|
|
Returns the state of the device.
Definition at line 290 of file ethernet.c. |
1.4.6