Device descriptor for W5500 devices. More...
#include <w5500.h>
Data Fields | |
netdev_t | netdev |
extends the netdev structure | |
w5500_params_t | p |
device configuration parameters | |
uint16_t | frame_size |
size of the frame which has been send | |
bool | link_up |
used to prevent sending the same LINK event twice | |
bool | frame_sent |
indicates that the frame has been transmitted | |
ztimer_t | timerInstance |
stores the polling interval timer in polling mode | |