#include <cfg/eeprom.h>#include <dev/dm9000e.h>#include <dev/spibus_npl.h>#include <dev/pcf8563.h>#include <dev/nplmmc.h>
Go to the source code of this file.
Defines | |
| #define | NIC_BASE_ADDR 0x20000000 |
| #define | NIC_SIGNAL_IRQ INT1 |
| #define | NIC_SIGNAL_PDR PIO_PDR |
| #define | NIC_SIGNAL_BIT 10 |
| #define | DEV_SPIBUS0 spiBusNpl |
| #define | RTC_CHIP0 rtcPcf8563 |
| #define | DEV_MMCARD0 devNplMmc0 |
| #define NIC_BASE_ADDR 0x20000000 |
Definition at line 69 of file ethernut3.h.
| #define NIC_SIGNAL_IRQ INT1 |
Definition at line 73 of file ethernut3.h.
| #define NIC_SIGNAL_PDR PIO_PDR |
Definition at line 77 of file ethernut3.h.
| #define NIC_SIGNAL_BIT 10 |
Definition at line 81 of file ethernut3.h.
| #define DEV_SPIBUS0 spiBusNpl |
Definition at line 92 of file ethernut3.h.
| #define RTC_CHIP0 rtcPcf8563 |
Definition at line 108 of file ethernut3.h.
| #define DEV_MMCARD0 devNplMmc0 |
Definition at line 118 of file ethernut3.h.