|
PER Firmware
|
Implementation of the ethernet thread for wireless data acquisition. More...
#include <stdint.h>#include "w5500/wizchip_conf.h"Go to the source code of this file.
Classes | |
| struct | ethernet_config_t |
Enumerations | |
| enum | ethernet_state_t { ETHERNET_STATE_HW_INIT = 0 , ETHERNET_STATE_UDP_INIT = 1 , ETHERNET_STATE_LINKING = 2 , ETHERNET_STATE_READY2TX = 3 , ETHERNET_STATE_RECOVERING = 4 , ETHERNET_STATE_FATAL = 5 } |
Functions | |
| void | w5500_register_callbacks (void) |
| void | ethernet_periodic (void) |
Implementation of the ethernet thread for wireless data acquisition.
| enum ethernet_state_t |
| void ethernet_periodic | ( | void | ) |
| void w5500_register_callbacks | ( | void | ) |