Definition in file debug.h.
Go to the source code of this file.
Data Structures | |
| struct | ec_debug_t |
| Debugging network interface. More... | |
Functions | |
| int | ec_debug_init (ec_debug_t *) |
| Debug constructor. | |
| void | ec_debug_clear (ec_debug_t *) |
| Debug destructor. | |
| void | ec_debug_send (ec_debug_t *, const uint8_t *, size_t) |
| Sends frame data to the interface. | |
|
|
Debug constructor. Initializes the debug object, creates a net_device and registeres it.
|
|
|
Debug destructor. Unregisteres the net_device and frees allocated memory.
|
1.4.6