File nut/boot/bootmon/utils.c


Included Files


Global Function Delay()

void Delay ( unsigned char val )
Prototyped in: nut/boot/bootmon/utils.h
Calls: MicroDelay() nut/boot/bootmon/utils.c
Called by: DetectSpeed() nut/app/basemon/uart.c
  LoopSRAM() nut/app/basemon/xmemtest.c
  NicMmuWait() nut/app/basemon/smsc.c
  NicPhyConfig() nut/app/basemon/smsc.c
  NicReset() nut/app/basemon/smsc.c
  NvMemWaitReady() nut/boot/bootmon/nvmem.c
  RealtekSend() nut/app/basemon/realtek.c
  RealtekTest() nut/app/basemon/realtek.c
  SmscSend() nut/app/basemon/smsc.c
  SmscTestBuffer() nut/app/basemon/smsc.c
  SmscTestInterrupt() nut/app/basemon/smsc.c

Global Function MicroDelay()

void MicroDelay ( unsigned int nops )
Prototyped in: nut/boot/bootmon/utils.h
Called by: Delay() nut/boot/bootmon/utils.c
  EtherInit() nut/boot/bootmon/ether.c
  EtherInput() nut/boot/bootmon/ether.c
  NicReset() nut/boot/bootmon/ether.c
  UartInit() nut/boot/bootmon/uart.c
  phy_inw() nut/boot/bootmon/ether.c
  phy_outw() nut/boot/bootmon/ether.c

Global Function hex2bin()

int hex2bin ( char c )
Prototyped in: nut/boot/bootmon/utils.h
Called by: GetMac() nut/boot/bootmon/dialog.c

Global Function inet_addr()

unsigned long inet_addr ( char* str )
Prototyped in: nut/boot/bootmon/utils.h
Called by: ConfigStation() nut/app/nutpiper/config.c
  GetIP() nut/boot/bootmon/dialog.c
  UserEntry() nut/boot/bootmon/bootmon.c

Global Function inet_ntoa()

char* inet_ntoa ( unsigned long addr )
Prototyped in: nut/boot/bootmon/utils.h
Called by: UserEntry() nut/boot/bootmon/bootmon.c

Global Function memcpy_()

void memcpy_ ( unsigned char* dst, const unsigned char* src, unsigned char len )
Prototyped in: nut/boot/bootmon/utils.h
Called by: ArpRequest() nut/boot/bootmon/arp.c
  ArpRespond() nut/boot/bootmon/arp.c
  DhcpQuery() nut/boot/bootmon/dhcp.c
  EtherOutput() nut/boot/bootmon/ether.c
  NvMemWrite() nut/boot/bootmon/nvmem.c
  TftpRecv() nut/boot/bootmon/tftp.c
  UserEntry() nut/boot/bootmon/bootmon.c

Global Function memset_()

void memset_ ( unsigned char* dst, unsigned char val, unsigned char len )
Prototyped in: nut/boot/bootmon/utils.h
Called by: ArpRequest() nut/boot/bootmon/arp.c

Global Function strcpy_()

void strcpy_ ( char* dst, const char* src )
Prototyped in: nut/boot/bootmon/utils.h
Called by: GetIP() nut/boot/bootmon/dialog.c
  UserEntry() nut/boot/bootmon/bootmon.c