Go to the source code of this file.
Functions | |
NUTDEVICE * | NutDeviceLookup (CONST char *name) |
Find device entry by name. | |
int | NutRegisterDevice (NUTDEVICE *dev, uintptr_t base, uint8_t irq) |
Register and initialize a device. | |
Variables | |
NUTDEVICE * | nutDeviceList = 0 |
Linked list of all registered devices. |