#define RTL_EESK_PORT PORTC
#define RTL_EESK_PIN PINC
#define RTL_EESK_DDR DDRC
#define RTL_EEDO_BIT 6
#define RTL_EEDO_PORT PORTC
#define RTL_EEDO_DDR DDRC
#define RTL_EEMU_BIT 7
#define RTL_EEMU_PORT PORTC
#define RTL_EEMU_DDR DDRC
#define RTL_EE_MEMBUS
#define NIC_PAGE_SIZE 0x100
#define NIC_START_PAGE 0x40
#define NIC_STOP_PAGE 0x60
#define NIC_TX_PAGES 6
#define NIC_TX_BUFFERS 2
#define NIC_FIRST_TX_PAGE NIC_START_PAGE
#define NIC_FIRST_RX_PAGE
#define TX_PAGES 12
| Prototyped in: | nut/app/basemon/realtek.h | |
| Prototyped in: | nut/app/basemon/realtek.h | |
| Calls: | GetChar(), printf(), printf_P(), puts() | |
| References Variables: | presskey_P | |
| Prototyped in: | nut/app/basemon/realtek.h | |
| Calls: | DetectNicEeprom() | nut/app/basemon/realtek.c |
| EmulateNicEeprom() | nut/app/basemon/realtek.c | |
| NicReset() | nut/app/basemon/realtek.c | |
| Delay(), GetChar(), printf(), puts() | ||
| Prototyped in: | nut/app/basemon/realtek.h | |
| Calls: | Delay(), printf(), puts() | |
| References Variables: | uart_bs | |
| Called by: | RealtekSend() | nut/app/basemon/realtek.c |
| Called by: | RealtekSend() | nut/app/basemon/realtek.c |
| Calls: | Delay(), printf(), puts() | |
| Called by: | RealtekSend() | nut/app/basemon/realtek.c |