Nut/OS  4.10.3
API Reference
devreg.c File Reference
#include <string.h>
#include <sys/nutdebug.h>
#include <dev/uart.h>
Include dependency graph for devreg.c:

Go to the source code of this file.

Functions

NUTDEVICENutDeviceLookup (CONST char *name)
 Find device entry by name.
int NutRegisterDevice (NUTDEVICE *dev, uintptr_t base, uint8_t irq)
 Register and initialize a device.

Variables

NUTDEVICEnutDeviceList = 0
 Linked list of all registered devices.