portdio.c File Reference

Go to the source code of this file.

Defines

#define MY_MAC   {0x00,0x06,0x98,0x20,0x00,0x00}
#define MY_IP   "192.168.192.100"
#define MY_MASK   "255.255.255.0"
#define MY_PORT   12345

Functions

void ProcessRequests (FILE *stream)
void init_dio (void)
int main (void)

Define Documentation

#define MY_MAC   {0x00,0x06,0x98,0x20,0x00,0x00}

Definition at line 61 of file portdio.c.

#define MY_IP   "192.168.192.100"

Definition at line 62 of file portdio.c.

#define MY_MASK   "255.255.255.0"

Definition at line 63 of file portdio.c.

#define MY_PORT   12345
Examples:
portdio/portdio.c.

Definition at line 64 of file portdio.c.


Function Documentation

void ProcessRequests ( FILE stream  ) 
void init_dio ( void   ) 
Examples:
portdio/portdio.c.

Definition at line 331 of file portdio.c.

References GPIO_CFG_OUTPUT, GPIO_CFG_PULLUP, GpioPinConfigSet(), and GpioPinSetLow().

Referenced by main().

int main ( void   ) 

© 2000-2010 by contributors - visit http://www.ethernut.de/