|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
Network configuration wrapper used by the W5500 driver. More...
#include <w5500_driver.h>
Data Fields | |
| wiz_NetInfo | net_info |
| uint8_t | broadcast_address [4] |
Network configuration wrapper used by the W5500 driver.
Definition at line 49 of file w5500_driver.h.
| 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().
| 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().