File nut/os/devreg.c


Included Files


Global Variable nutDeviceList

NUTDEVICE* nutDeviceList
Visible in:   nut/os/devreg.c
Used in: NutDeviceLookup() nut/os/devreg.c
  NutRegisterDevice() nut/os/devreg.c

Global Function NutDeviceLookup()

NUTDEVICE* NutDeviceLookup ( const char* name )
Prototyped in: nut/include/sys/device.h
Calls: strcmp() nut/c/string/strcmp.c
Called by: NutNetIfConfig2() nut/net/ifconfig.c
  NutRegisterDevice() nut/os/devreg.c
  PathOperation() nut/fs/pathops.c
  opendir() nut/fs/dirent.c
  rename() nut/fs/pathops.c
  stat() nut/fs/pathops.c
References Variables: nutDeviceList nut/os/devreg.c

Global Function NutRegisterDevice()

int NutRegisterDevice ( NUTDEVICE* dev, uintptr_t base, uint8_t irq )
Prototyped in: nut/include/sys/device.h
Calls: NutDeviceLookup() nut/os/devreg.c
Called by: NutAppMain() nut/app/isp2/isp2.c
  XsvfInit() nut/app/xsvfexec/host.c
References Variables: nutDeviceList nut/os/devreg.c