#include <compiler.h>
#include "board.h"
#include "gpio.h"
#include "adc.h"
#include "lwip/stats.h"
#include "lwip/init.h"
#include "lwip/netif.h"
#include <net/fs.h>
#include <util/util.h>
#include <net/hdwireless_gif.h>
Functions | |
void | document_404_html_cb (const char **buf, int *len, char *arg) |
void | document_image_gif_cb (const char **buf, int *len, char *arg) |
void | document_index_html_cb (const char **buf, int *len, char *arg) |
void | fsdata_app_enable (void) |
static char * | get_adc (void) |
static char * | get_rx (void) |
static char * | get_tx (void) |
static int | html_add_button (char *buf, int len, char *id, char *value) |
static int | html_add_row (char *buf, int len, char *name, const char *data) |
void | query_led0_cb (const char **buf, int *len, char *arg) |
void | query_led1_cb (const char **buf, int *len, char *arg) |
void | query_led2_cb (const char **buf, int *len, char *arg) |
void | query_led3_cb (const char **buf, int *len, char *arg) |
Variables | |
static struct fsdata_file | file_404_html |
static struct fsdata_file | file_image_gif |
static struct fsdata_file | file_index_html |
static struct fsdata_file | file_led0 |
static struct fsdata_file | file_led1 |
static struct fsdata_file | file_led2 |
static struct fsdata_file | file_led3 |
void document_404_html_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
void document_image_gif_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References hdwireless_gif.
void document_index_html_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References buf, EVK1100, EVK1101, EVK1104, EVK1105, get_adc(), get_rx(), get_tx(), html_add_button(), html_add_row(), netif::hwaddr, ip2str(), netif::ip_addr, mac2str(), netif_default, and printk().
Referenced by query_led0_cb(), query_led1_cb(), query_led2_cb(), and query_led3_cb().
void fsdata_app_enable | ( | void | ) |
Enable the application webpage as the root web page.
References fs_register_root(), and NULL.
Referenced by wl_init_complete_cb().
|
static |
References adc, adc_get_value(), adc_start(), buf, and val.
Referenced by document_index_html_cb().
|
static |
References buf.
Referenced by document_index_html_cb().
|
static |
References buf.
Referenced by document_index_html_cb().
|
static |
Referenced by document_index_html_cb().
|
static |
Referenced by document_index_html_cb().
void query_led0_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References document_index_html_cb(), LED0, and LED_Toggle().
void query_led1_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References document_index_html_cb(), LED1, and LED_Toggle().
void query_led2_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References document_index_html_cb(), LED2, and LED_Toggle().
void query_led3_cb | ( | const char ** | buf, |
int * | len, | ||
char * | arg | ||
) |
References document_index_html_cb(), LED3, and LED_Toggle().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |