All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Device descriptor for W5500 devices. More...

Detailed Description

Device descriptor for W5500 devices.

Definition at line 63 of file w5500.h.

#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
 

Field Documentation

◆ frame_sent

bool w5500::frame_sent

indicates that the frame has been transmitted

Definition at line 68 of file w5500.h.

◆ frame_size

uint16_t w5500::frame_size

size of the frame which has been send

Definition at line 66 of file w5500.h.

◆ link_up

bool w5500::link_up

used to prevent sending the same LINK event twice

Definition at line 67 of file w5500.h.

◆ netdev

netdev_t w5500::netdev

extends the netdev structure

Definition at line 64 of file w5500.h.

◆ p

w5500_params_t w5500::p

device configuration parameters

Definition at line 65 of file w5500.h.

◆ timerInstance

ztimer_t w5500::timerInstance

stores the polling interval timer in polling mode

Definition at line 69 of file w5500.h.


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