|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
WIZnet W5500 network adapter support. More...
Go to the source code of this file.
Functions | |
| int | w5500_adapter_init (const uint8_t *mac_addr, bool use_thread) |
| Initialize the W5500 adapter. | |
| int | w5500_adapter_shutdown (void) |
| Shutdown the W5500 adapter. | |
WIZnet W5500 network adapter support.
This file contains declarations related to support for the WIZnet W5500 network adapter on both SCI-SPI and SCIF-SPI interfaces.
| int w5500_adapter_init | ( | const uint8_t * | mac_addr, |
| bool | use_thread ) |
Initialize the W5500 adapter.
| mac_addr | Optional MAC address (NULL to use default) |
| use_thread | Enable background RX thread (true) or manual polling (false) |
| int w5500_adapter_shutdown | ( | void | ) |
Shutdown the W5500 adapter.