File nut/app/basemon/uart.c


Included Files


Global Variable presskey_P

prog_char presskey_P[]
Visible in:   nut/app/basemon/realtek.c
    nut/app/basemon/smsc.c
    nut/app/basemon/uart.c
Used in: RealtekLoop() nut/app/basemon/realtek.c
  SmscLoop() nut/app/basemon/smsc.c

Global Variable inbuff

char inbuff[32]
Visible in:   nut/app/basemon/realtek.c
    nut/app/basemon/smsc.c
    nut/app/basemon/uart.c
Used in: GetIP() nut/app/basemon/uart.c

Global Function DetectSpeed()

int DetectSpeed ( void )
Prototyped in: nut/app/basemon/uart.h
Calls: Delay()

Global Function GetChar()

u_char GetChar ( void )
Prototyped in: nut/app/basemon/uart.h
Called by: GetLine() nut/app/basemon/uart.c
  RealtekLoop() nut/app/basemon/realtek.c
  RealtekSend() nut/app/basemon/realtek.c
  SmscLoop() nut/app/basemon/smsc.c
  SmscSend() nut/app/basemon/smsc.c

Global Function GetIP()

char* GetIP ( char* prompt, char* value )
Prototyped in: nut/app/basemon/uart.h
Calls: GetLine() nut/app/basemon/uart.c
  inet_addr(), printf(), puts_P(), strcpy()
References Variables: inbuff nut/app/basemon/uart.c

Global Function GetLine()

int GetLine ( char* line, int size )
Prototyped in: nut/app/basemon/uart.h
Calls: GetChar() nut/app/basemon/uart.c
  putchar()
Called by: GetIP() nut/app/basemon/uart.c