ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
NETWORK_CONFIG_T Struct Reference

Network configuration wrapper used by the W5500 driver. More...

#include <w5500_driver.h>

Data Fields

wiz_NetInfo net_info
 
uint8_t broadcast_address [4]
 

Detailed Description

Network configuration wrapper used by the W5500 driver.

Definition at line 49 of file w5500_driver.h.

Field Documentation

◆ broadcast_address

uint8_t NETWORK_CONFIG_T::broadcast_address[4]

Derived broadcast address for convenience TX.

Definition at line 54 of file w5500_driver.h.

Referenced by dump_config(), init_app(), and w5500_set_network().

◆ net_info

wiz_NetInfo NETWORK_CONFIG_T::net_info

Full WIZnet network information block.

Definition at line 52 of file w5500_driver.h.

Referenced by dump_config(), event_dispatch(), w5500_set_network(), and w5500_set_network_defaults().


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