|
PER Firmware
|
Implementation of the ethernet thread for wireless data acquisition. More...
#include <stdint.h>#include "w5500/socket.h"#include "common/phal_F4/gpio/gpio.h"#include "common/rtos/rtos.h"#include "main.h"#include "spmc.h"#include "ethernet.h"Functions | |
| static bool | is_linked (void) |
| static bool | init_w5500 (void) |
| static bool | init_udp (void) |
| static void | eth_ready_periodic (void) |
| void | ethernet_periodic (void) |
Variables | |
| static constexpr uint8_t | DAQ_UDP_SOCKET_NUM = 0 |
| static constexpr uint16_t | DAQ_UDP_SOCKET_PORT = 5005 |
| static ethernet_config_t | config |
| static ethernet_state_t | current_state = ETHERNET_STATE_HW_INIT |
| static ethernet_state_t | next_state = ETHERNET_STATE_HW_INIT |
Implementation of the ethernet thread for wireless data acquisition.
|
static |
| void ethernet_periodic | ( | void | ) |
|
static |
|
static |
|
inlinestatic |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
static |