|
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 | eth_thread_state_t { ETH_THREAD_HW_INIT = 0 , ETH_THREAD_UDP_INIT = 1 , ETH_THREAD_LINKING = 2 , ETH_THREAD_READY = 3 , ETH_THREAD_RECOVERING = 4 , ETH_THREAD_FATAL = 5 } |
Functions | |
| void | w5500_register_callbacks (void) |
| void | eth_thread_periodic (void) |
Implementation of the ethernet thread for wireless data acquisition.