File nut/hwtest/avr/basemon/uart.c
Included Files
#include <nut/include/stdio.h>
#include <nut/include/include2/string.h>
#include <nut/include/sys/timer.h>
#include <nut/include/arpa/inet.h>
#include "nut/hwtest/avr/basemon/utils.h"
#include "nut/hwtest/avr/basemon/uart.h"
#include <sys/types.h>
Global Variable presskey_P
prog_char presskey_P[]
Visible in:
nut/hwtest/avr/basemon/basemon.c
nut/hwtest/avr/basemon/realtek.c
nut/hwtest/avr/basemon/smsc.c
nut/hwtest/avr/basemon/uart.c
Used in:
RealtekLoop()
nut/hwtest/avr/basemon/realtek.c
SmscLoop()
nut/hwtest/avr/basemon/smsc.c
Global Variable inbuff
char inbuff[32]
Visible in:
nut/hwtest/avr/basemon/basemon.c
nut/hwtest/avr/basemon/realtek.c
nut/hwtest/avr/basemon/smsc.c
nut/hwtest/avr/basemon/uart.c
Used in:
BaseMon()
nut/hwtest/avr/basemon/basemon.c
GetIP()
nut/hwtest/avr/basemon/uart.c
Global Function DetectSpeed()
int DetectSpeed ( void )
Prototyped in:
nut/hwtest/avr/basemon/uart.h
Calls:
Delay()
nut/boot/eboot/util.c
Called by:
NutInit()
nut/hwtest/avr/basemon/basemon.c
Global Function GetChar()
uint8_t GetChar ( void )
Prototyped in:
nut/hwtest/avr/basemon/uart.h
Called by:
BaseMon()
nut/hwtest/avr/basemon/basemon.c
GetLine()
nut/hwtest/avr/basemon/uart.c
RealtekLoop()
nut/hwtest/avr/basemon/realtek.c
RealtekSend()
nut/hwtest/avr/basemon/realtek.c
SmscLoop()
nut/hwtest/avr/basemon/smsc.c
SmscSend()
nut/hwtest/avr/basemon/smsc.c
Global Function GetIP()
char* GetIP ( char* prompt, char* value )
Prototyped in:
nut/hwtest/avr/basemon/uart.h
Calls:
GetLine()
nut/hwtest/avr/basemon/uart.c
inet_addr()
nut/boot/bootmon/utils.c
printf()
nut/crt/printf.c
puts_P()
nut/crt/puts_p.c
strcpy()
nut/c/string/strcpy.c
Called by:
BaseMon()
nut/hwtest/avr/basemon/basemon.c
UserEntry()
nut/boot/bootmon/bootmon.c
References Variables:
inbuff
nut/hwtest/avr/basemon/uart.c
Global Function GetLine()
int GetLine ( char* line, int size )
Prototyped in:
nut/hwtest/avr/basemon/uart.h
Calls:
GetChar()
nut/hwtest/avr/basemon/uart.c
putchar()
nut/crt/putchar.c
Called by:
BaseMon()
nut/hwtest/avr/basemon/basemon.c
GetIP()
nut/hwtest/avr/basemon/uart.c
UserEntry()
nut/boot/bootmon/bootmon.c